#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 TableCellThemeConfig
extends StandardThemeConfig<TableCellStyleKeys, TableCellProps> {}

#Props

#Local Props

NameTypeDescription
childrenReact.ReactNode

#Full Props

export interface TableCellProps
extends BoxProps<"td" | "th">,
StandardComponentProps,
LocalTableCellProps {}