interface TableCellProps

Properties

optional
align:
"left"
| "center"
| "right"

Cell alignment

optional
truncate: boolean

Truncate with ellipsis

optional
nowrap: boolean

No wrap

optional
muted: boolean

Muted text color

optional
primary: boolean

Primary/emphasized cell

optional
class: string

Usage

import { type TableCellProps } from ".";