UNPKG

@carbon/charts

Version:
8 lines (7 loc) 298 B
import { Service } from '../service'; import { ChartModel } from '../../model/model'; export declare class Files extends Service { constructor(model: ChartModel, services: any); downloadCSV(content: any, filename: string): void; downloadImage(uri: string, name: string): void; }