its-just-ui
Version:
ITS Just UI - React 18 & React 19 UI component library. 36+ accessible, TypeScript-native components with Tailwind CSS. Zero-config Material UI alternative for SaaS dashboards and enterprise apps.
7 lines (6 loc) • 412 B
TypeScript
export { SelectCompound as Select, SelectInput, SelectDropdown, SelectOptionComponent, SelectEmpty, } from './Select';
export type { SelectProps, SelectInputProps, SelectDropdownProps, SelectOptionProps, SelectEmptyProps, } from './Select';
export type { SelectOption } from './types';
export type { SelectContextValue } from './context';
export { useSelect } from './hooks';
export { default } from './Select';