UNPKG

ag-grid-enterprise

Version:

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

3 lines (2 loc) 217 B
import type { LogService, SideBarDef } from 'ag-grid-community'; export declare function parseSideBarDef(toParse: SideBarDef | string | string[] | boolean | null | undefined, log: LogService): SideBarDef | undefined;