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.

4 lines (3 loc) 232 B
export { MultiSelect } from './ui/multi-select.tsx'; export { Select } from './ui/select.tsx'; export type { SelectOption, MultiSelectOption, CustomContainerRendererProps, CustomOptionRendererProps, } from './model/select-type.ts';