UNPKG

@carbon/charts

Version:
5 lines (4 loc) 276 B
import { ChartTypes } from '../interfaces/enums'; export declare const makeChartID: (chartType: ChartTypes) => string; export declare const createChartHolder: (chartType: any) => HTMLDivElement; export declare const getChartHolder: (chartType: ChartTypes) => HTMLElement;