UNPKG

react-exercise-playground

Version:

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

8 lines (7 loc) 310 B
import React from 'react'; import type { IPlaygroundContext } from './types'; export declare const PlaygroundContext: React.Context<IPlaygroundContext>; export declare const PlaygroundProvider: (props: { children: React.ReactElement; saveOnUrl?: boolean; }) => import("react/jsx-runtime").JSX.Element;