#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 TableHeadThemeConfigextends StandardThemeConfig<TableHeadStyleKeys, TableHeadProps> {}
#Props
#Local Props
Name | Type | Description |
---|---|---|
children | React.ReactNode |
#Full Props
export interface TableHeadPropsextends BoxProps<"thead">,StandardComponentProps,LocalTableHeadProps {}