UNPKG

@carbon/charts

Version:
13 lines (12 loc) 388 B
import { Bar } from './bar'; import { RenderTypes } from '../../interfaces/enums'; export declare class SimpleBar extends Bar { type: string; renderType: RenderTypes; init(): void; render(animate: boolean): void; handleLegendOnHover: (event: CustomEvent) => void; handleLegendMouseOut: () => void; addEventListeners(): void; destroy(): void; }