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