UNPKG

react-exercise-playground

Version:

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

6 lines (5 loc) 341 B
import type { IFile, IFiles } from '@/Playground/types'; export declare const getModuleFile: (files: IFiles, moduleName: string) => IFile; export declare const json2Js: (file: IFile) => string; export declare const css2Js: (file: IFile) => string; export declare const beforeTransformCodeHandler: (filename: string, code: string) => string;