UNPKG

@jigoooo/shared-ui

Version:

A reusable React component library and design system with TypeScript support, built on Vite for seamless integration and optimized performance.

6 lines (5 loc) 355 B
export { BottomSheet } from './ui/bottom-sheet'; export { BottomSheetWithInput } from './ui/bottom-sheet-with-input.tsx'; export { BottomSheetProvider } from './ui/bottom-sheet-provider.tsx'; export { useBottomSheet } from './model/bottom-sheet-context.ts'; export type { BottomSheetProps, BottomSheetWithInputProps } from './model/bottom-sheet-type.ts';