@vitus-labs/elements
Version:
Most basic react reusable components
7 lines • 300 B
TypeScript
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