UNPKG

next

Version:

The React Framework

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