UNPKG

247 BTypeScriptView Raw
1// Type definitions for ag-grid v18.1.2
2// Project: http://www.ag-grid.com/
3// Definitions by: Niall Crosby <https://github.com/ag-grid/>
4export declare class Downloader {
5 download(fileName: string, content: string, mimeType: string): void;
6}