UNPKG

@carbon/charts

Version:
11 lines (10 loc) 340 B
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; }