UNPKG

react-confirm-box

Version:
7 lines (6 loc) 139 B
import React from 'react'; declare type Props = { children: Element; }; export declare const Portal: React.FC<Props>; export {};