ModalStackConfig
Interface of the modal stack configuration. These settings will let Modalfy know what modals you will be rendering and how.
TypeScript
interface ModalStackConfig {
[key: string]: React.ComponentType<any> | ModalOptions
}
Last modified 3mo ago