UNPKG

react-playground-test

Version:
6 lines (5 loc) 213 B
import React from 'react'; import type { IPlayground } from './types'; import './index.less'; export declare const Playground: React.FC<IPlayground>; export declare const PlaygroundSandbox: React.FC<IPlayground>;