animated-charts
Version:
Animated chart web components for all frameworks (React, Angular, Vue, HTML)
12 lines (10 loc) • 375 B
TypeScript
import type { Components, JSX } from "../types/components";
interface AnimatedDonutChart extends Components.AnimatedDonutChart, HTMLElement {}
export const AnimatedDonutChart: {
prototype: AnimatedDonutChart;
new (): AnimatedDonutChart;
};
/**
* Used to define this component and all nested components recursively.
*/
export const defineCustomElement: () => void;