UNPKG

ag-grid-community

Version:

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

6 lines (5 loc) 280 B
/** * Returns the legacy-only theme variables set on the given element, each paired with the Theming * API variable that replaces it, in the form reported to the user. Empty if none are set. */ export declare function _findLegacyOnlyVariables(eRootDiv: HTMLElement): string[];