UNPKG

react-playground-test

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