UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

9 lines 271 B
import { FocusedCell } from './focusedCell'; export interface FocusedElements { cell: FocusedCell; cellDropdown?: HTMLElement; rowDropdown?: HTMLElement; colDragEl?: HTMLElement; rowDragEl?: HTMLElement; } //# sourceMappingURL=focusedElements.d.ts.map