UNPKG

@onwave/ui

Version:
7 lines (6 loc) 150 B
/// <reference types="react" /> declare type Props = { container?: HTMLElement; }; export declare const Portal: React.FC<Props>; export {};