UNPKG

@tokens-studio/dtcg-convert

Version:

Conversion tool that converts Style Dictionary JSON formatted file(s) to DTCG

3 lines 249 B
export declare function downloadJSON(stringOrBlob: string | Blob, filename?: string): void; export declare function downloadZIP(filesOrBlob: Record<string, string> | Blob, filename?: string): Promise<void>; //# sourceMappingURL=downloadFile.d.ts.map