UNPKG

mt-flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

7 lines (6 loc) 119 B
export interface MenuItemType { href: string; icon: string; name: string; children?: MenuItemType[]; }