UNPKG

ag-grid-enterprise

Version:

AG Grid Enterprise Features

8 lines (7 loc) 315 B
import { MiniStackedColumn } from "./miniStackedColumn"; import { ChartType } from "ag-grid-community"; export declare class MiniNormalizedColumn extends MiniStackedColumn { static chartType: ChartType; static data: number[][]; constructor(container: HTMLElement, fills: string[], strokes: string[]); }