UNPKG

react-playground-test

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