UNPKG

react-exercise-playground

Version:

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

4 lines (3 loc) 126 B
import React from 'react'; import type { IOutput } from '@/Playground/types'; export declare const Output: React.FC<IOutput>;