ag-grid-enterprise
Version:
AG Grid Enterprise Features
7 lines • 312 B
TypeScript
export declare const CHART_AXES_TYPES: {
has(axisType: string): boolean;
readonly axesTypes: string[];
};
export declare function registerAxisThemeTemplate(axisType: string, theme: {}): void;
export declare function getAxisThemeTemplate(axisType: string): {};
//# sourceMappingURL=chartAxesTypes.d.ts.map