@alice-ui/react
Version:
12 lines (9 loc) • 342 B
text/typescript
import { Menu } from './menu';
import { MenuItem } from './menu-item';
import { MenuSection } from './menu-section';
// export types
export type { MenuProps } from './menu';
export type { MenuItemProps } from './menu-item';
export type { MenuSectionProps } from './menu-section';
// export component
export { Menu, MenuItem, MenuSection };