#TableBody

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

Please check table document to see the example usage.

#Theming

Please check theming component document here.

export type TableBodyStyleKeys = "root"
export interface TableBodyThemeConfig
extends StandardThemeConfig<TableBodyStyleKeys, TableBodyProps> {}

#Props

#Local Props

NameTypeDescription
childrenReact.ReactNode

#Full Props

export interface TableBodyProps
extends BoxProps<"tbody">,
StandardComponentProps,
LocalTableBodyProps {}