UNPKG

@types/carbon-components-react

Version:
9 lines (6 loc) 212 B
import * as React from "react"; export interface PortalProps { children?: React.ReactNode | undefined; container?: React.MutableRefObject<Element>; } export declare const Portal: React.FC<PortalProps>;