UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

7 lines 197 B
export type FocusedCell = { element?: HTMLElement; columnIndex?: number; rowIndex?: number; }; export type CellDetails = Required<FocusedCell>; //# sourceMappingURL=focusedCell.d.ts.map