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