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