UNPKG

mt-flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

5 lines (4 loc) 214 B
import type { ComponentProps, FC, PropsWithChildren } from 'react'; export interface SidebarItemsProps extends PropsWithChildren, ComponentProps<'div'> { } export declare const SidebarItems: FC<SidebarItemsProps>;