UNPKG

react-exercise-playground

Version:

react-exercise-playground是一个react在线代码编辑器可实时预览运行效果

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>;