UNPKG

next

Version:

The React Framework

8 lines (7 loc) 171 B
import React from 'react'; declare type PortalProps = { children: React.ReactNode; type: string; }; export declare const Portal: React.FC<PortalProps>; export {};