#TableCell
import TableCell from "@poodle/ui/TableCell";
Please check table document to see the example usage.
#Theming
Please check theming component document here.
export type TableCellStyleKeys = "root"export interface TableCellThemeConfigextends StandardThemeConfig<TableCellStyleKeys, TableCellProps> {}
#Props
#Local Props
Name | Type | Description |
---|---|---|
children | React.ReactNode |
#Full Props
export interface TableCellPropsextends BoxProps<"td" | "th">,StandardComponentProps,LocalTableCellProps {}