UNPKG

570 BTypeScriptView Raw
1import type { TypedChartComponent } from './types.js';
2export declare const Line: TypedChartComponent<"line">;
3export declare const Bar: TypedChartComponent<"bar">;
4export declare const Radar: TypedChartComponent<"radar">;
5export declare const Doughnut: TypedChartComponent<"doughnut">;
6export declare const PolarArea: TypedChartComponent<"polarArea">;
7export declare const Bubble: TypedChartComponent<"bubble">;
8export declare const Pie: TypedChartComponent<"pie">;
9export declare const Scatter: TypedChartComponent<"scatter">;
10//# sourceMappingURL=typedCharts.d.ts.map
\No newline at end of file