UNPKG

@ag-grid-enterprise/side-bar

Version:

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

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