UNPKG

@vitus-labs/elements

Version:
7 lines 300 B
import component, { type Props } from './component'; import useOverlay, { type UseOverlayProps } from './useOverlay'; import OverlayProvider from './context'; export type { Props, UseOverlayProps }; export { useOverlay, OverlayProvider }; export default component; //# sourceMappingURL=index.d.ts.map