UNPKG

react-playground-test

Version:
12 lines (11 loc) 309 B
import type { IFiles } from '@/Playground/types'; export declare const icons: { DownloadSvg: string; GithubSvg: string; MoonSvg: string; ReactSvg: string; ShareSvg: string; SunSvg: string; SuccessSvg: string; }; export declare function downloadFiles(files: IFiles): Promise<void>;