UNPKG

@vertisanpro/flowbite-react

Version:

Non-Official React components built for Flowbite and Tailwind CSS

7 lines (6 loc) 289 B
import type { FlowbiteTableHeadTheme } from './TableHead'; export type TableHeadContext = { theme: FlowbiteTableHeadTheme; }; export declare const TableHeadContext: import("react").Context<TableHeadContext | undefined>; export declare function useTableHeadContext(): TableHeadContext;