UNPKG

ag-grid-community

Version:

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

12 lines (11 loc) 511 B
import { IComponent } from "../../interfaces/iComponent"; import { ICellRendererParams } from "../../rendering/cellRenderers/iCellRenderer"; import { BeanStub } from "../../context/beanStub"; export declare class AgComponentUtils extends BeanStub { private componentMetadataProvider; adaptFunction(propertyName: string, jsCompFunc: any): any; adaptCellRendererFunction(callback: any): { new (): IComponent<ICellRendererParams>; }; doesImplementIComponent(candidate: any): boolean; }