UNPKG

react-exercise-playground

Version:

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

5 lines (4 loc) 170 B
import React from 'react'; import type { ISplitPane } from '@/Playground/types'; import 'allotment/dist/style.css'; export declare const SplitPane: React.FC<ISplitPane>;