Type alias CellAttributes

CellAttributes: { class?: string | CellCSS | null; style?: string | CellCSS | null }

Type declaration

  • Optional class?: string | CellCSS | null
  • Optional style?: string | CellCSS | null

Generated using TypeDoc