#TableHead

import TableHead from "@poodle/ui/TableHead";

Please check table document to see the example usage.

#Theming

Please check theming component document here.

export type TableHeadStyleKeys = "root"
export interface TableHeadThemeConfig
extends StandardThemeConfig<TableHeadStyleKeys, TableHeadProps> {}

#Props

#Local Props

NameTypeDescription
childrenReact.ReactNode

#Full Props

export interface TableHeadProps
extends BoxProps<"thead">,
StandardComponentProps,
LocalTableHeadProps {}