UNPKG

mt-flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

5 lines (4 loc) 225 B
import type { ComponentProps, FC, PropsWithChildren } from 'react'; export interface SidebarItemGroupProps extends PropsWithChildren, ComponentProps<'ul'> { } export declare const SidebarItemGroup: FC<SidebarItemGroupProps>;