UNPKG

tasmota-esp-web-tools

Version:
3 lines (2 loc) 156 B
export declare const fileDownload: (href: string, filename?: string) => void; export declare const textDownload: (text: string, filename?: string) => void;