UNPKG

@smui/data-table

Version:

Svelte Material UI - Data Table

8 lines (7 loc) 343 B
import type { SMUICheckboxInputAccessor } from '@smui/common'; import type { SMUIDataTableCellAccessor } from './Cell.types.js'; export interface SMUIDataTableHeadAccessor { readonly cells: SMUIDataTableCellAccessor[]; readonly orderedCells: SMUIDataTableCellAccessor[]; readonly checkbox: SMUICheckboxInputAccessor | undefined; }