UNPKG

ag-grid-community

Version:

Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue

5 lines (4 loc) 114 B
export interface FocusableContainer { getGui(): HTMLElement; setAllowFocus?(allowFocus: boolean): void; }