@lerx/promise-modal 0.8.3 → 0.8.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  export { useConfigurationOptions as useModalOptions, useConfigurationDuration as useModalDuration, useConfigurationBackdrop as useModalBackdrop, } from './providers';
2
2
  export { useBootstrap as useInitializeModal, BootstrapProvider as ModalProvider, type BootstrapProviderHandle as ModalProviderHandle, type BootstrapProviderProps as ModalProviderProps, } from './bootstrap';
3
+ export { useModal } from './hooks/useModal';
3
4
  export { useActiveModalCount } from './hooks/useActiveModalCount';
4
5
  export { useDestroyAfter } from './hooks/useDestroyAfter';
5
6
  export { useModalAnimation } from './hooks/useModalAnimation';