UNPKG

522 BTypeScriptView Raw
1import { DuoyunChartBaseElement } from './base/chart';
2/**
3 * @customElement dy-donut-chart
4 */
5export declare class DuoyunDonutChartElement extends DuoyunChartBaseElement {
6 #private;
7 label: string;
8 total: string;
9 sequences?: {
10 label: string;
11 value: number;
12 }[];
13 stageWidth: number;
14 stageHeight: number;
15 willMount: () => void;
16 mounted: () => () => void;
17 render: () => import("lit-html/lib/template-result").TemplateResult;
18}
19//# sourceMappingURL=donut-chart.d.ts.map
\No newline at end of file