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