ModalStackConfig

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
}

Last updated