Portal/rsconcept/frontend/src/components/dropdown/index.tsx
2025-03-13 23:20:52 +03:00

4 lines
137 B
TypeScript

export { Dropdown } from './dropdown';
export { DropdownButton } from './dropdown-button';
export { useDropdown } from './use-dropdown';