UNPKG

ag-grid-community

Version:

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

7 lines (6 loc) 212 B
export interface IEnvironment { readonly beanName: 'environment'; addGlobalCSS(css: string, debugId: string): void; applyThemeClasses(el: HTMLElement): void; getDefaultListItemHeight(): number; }