UNPKG

ag-grid-enterprise

Version:

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

10 lines (9 loc) 279 B
import { Component } from 'ag-grid-community'; export declare class NameValueComp extends Component { private static TEMPLATE; private eLabel; private eValue; constructor(); setLabel(key: string, defaultValue: string): void; setValue(value: any): void; }