its-just-ui
Version:
ITS Just UI - The easiest and best React UI component library. Modern, accessible, and customizable components built with TypeScript and Tailwind CSS. Simple to use, production-ready components for building beautiful user interfaces with ease.
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';