UNPKG

react-playground-test

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