UNPKG

ag-grid-enterprise

Version:

AG Grid Enterprise Features

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