UNPKG

@carbon/charts

Version:
12 lines (11 loc) 371 B
import { Component } from '../component'; import { RenderTypes } from '../../interfaces/enums'; export declare class Line extends Component { type: string; renderType: RenderTypes; init(): void; render(animate?: boolean): void; handleLegendOnHover: (event: CustomEvent) => void; handleLegendMouseOut: () => void; destroy(): void; }