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