UNPKG

@carbon/charts

Version:
11 lines (10 loc) 331 B
import { Bar } from './bar'; export declare class SimpleBar extends Bar { type: string; init(): void; render(animate: boolean): void; handleLegendOnHover: (event: CustomEvent<any>) => void; handleLegendMouseOut: (event: CustomEvent<any>) => void; addEventListeners(): void; destroy(): void; }