UNPKG

mt-flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

6 lines (5 loc) 185 B
import type { ComponentProps, FC } from 'react'; export interface FlowbiteDropdownDividerTheme { divider: string; } export declare const DropdownDivider: FC<ComponentProps<'div'>>;