UNPKG

@blockscout/ui-toolkit

Version:

A comprehensive collection of reusable Chakra UI components and theme system for Blockscout's projects

3 lines (2 loc) 192 B
export declare function downloadBlob(blob: Blob, filename: string): void; export declare function saveAsCsv(headerRows: Array<string>, dataRows: Array<Array<string>>, filename: string): void;