UNPKG

mt-flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

6 lines (5 loc) 221 B
import type { ComponentProps, FC, PropsWithChildren } from 'react'; export interface FlowbiteDropdownHeaderTheme { header: string; } export declare const DropdownHeader: FC<PropsWithChildren & ComponentProps<'div'>>;