Skip to content

CellContent

CellContent = Component | string | number | TableCell | { backgroundColor?: string | Color; content: Component | string | number | TableCell; valign?: "top" | "middle" | "bottom"; }

Defined in: components/table.ts:6

Released under the MIT License.