UNPKG

@vertisanpro/flowbite-react

Version:

Non-Official React components built for Flowbite and Tailwind CSS

7 lines (6 loc) 289 B
import type { FlowbiteTableBodyTheme } from './TableBody'; export type TableBodyContext = { theme: FlowbiteTableBodyTheme; }; export declare const TableBodyContext: import("react").Context<TableBodyContext | undefined>; export declare function useTableBodyContext(): TableBodyContext;