UNPKG

140 BJavaScriptView Raw
1'use client';
2
3export { useModal as unstable_useModal } from './useModal';
4export * from './useModal.types';
5export * from './ModalManager';
\No newline at end of file