@carbon/charts
Version:
Carbon charting components
11 lines (10 loc) • 340 B
TypeScript
import { Component } from '../component';
export declare class Area extends Component {
type: string;
gradient_id: string;
init(): void;
render(animate?: boolean): void;
handleLegendOnHover: (event: CustomEvent<any>) => void;
handleLegendMouseOut: (event: CustomEvent<any>) => void;
destroy(): void;
}