UNPKG

ag-grid-enterprise

Version:

ag-Grid Enterprise Features

16 lines 482 B
// ag-grid-enterprise v19.1.4 import { Component } from 'ag-grid-community'; export declare class NameValueComp extends Component { private key; private defaultValue; private gridOptionsWrapper; private context; private static TEMPLATE; private props; private eLabel; private eValue; constructor(key: string, defaultValue: string); protected postConstruct(): void; setValue(value: any): void; } //# sourceMappingURL=nameValueComp.d.ts.map