UNPKG

@spicy-ui/core

Version:

A themable and extensible React UI library, ready to use out of the box

6 lines (5 loc) 187 B
import * as React from 'react'; import { ChildrenProp } from '../../types'; export interface PortalProps extends ChildrenProp { } export declare const Portal: React.FC<PortalProps>;