UNPKG

ag-grid-enterprise

Version:

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

14 lines (13 loc) 727 B
import type { BeanCollection } from 'ag-grid-community'; export declare const buildColumnSizingFeatureSchema: (beans: BeanCollection) => { readonly type: "object"; readonly properties: Record<string, import("../schemaBuilder").SchemaBuilder>; toJSON(): import("../schemaTypes").ObjectSchema; description?: string | undefined; _defs: Record<string, import("../schemaTypes").JSONSchema>; _nullable: boolean; _collectNestedDefs(schemas: import("../schemaTypes").JSONSchema[]): Record<string, import("../schemaTypes").JSONSchema>; _toJSON(additionalProperties?: Record<string, any>): any; nullable(): any; define(id: string, schema: import("../schemaTypes").JSONSchema): any; } | undefined;