EASYAIuniappNewUI/node_modules/licia/download.d.ts
2025-02-08 18:50:38 +08:00

8 lines
132 B
TypeScript

declare function download(
data: Blob | File | string | any[],
name: string,
type?: string
): void;
export = download;