UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

8 lines 240 B
import { FullStringDimension } from './dimensions'; import { StatefulCSS } from './cssStyle'; export interface RootCell { width?: FullStringDimension; styles?: StatefulCSS; text?: string; } //# sourceMappingURL=rootCell.d.ts.map