ag-grid-community
Version:
Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
17 lines (16 loc) • 648 B
TypeScript
import { BeanStub } from "../../context/beanStub";
export declare class UserComponentRegistry extends BeanStub {
private gridOptions;
private agGridDefaults;
/** Used to provide useful error messages if a user is trying to use an enterprise component without loading the module. */
private enterpriseAgDefaultCompsModule;
private jsComps;
private init;
registerDefaultComponent(name: string, component: any): void;
private registerJsComponent;
retrieve(propertyName: string, name: string): {
componentFromFramework: boolean;
component: any;
} | null;
private warnAboutMissingComponent;
}