UNPKG

@chatui/core

Version:

The React library for Chatbot UI

8 lines (7 loc) 226 B
type Container = React.RefObject<any> | Element | (() => Element) | null; export interface PortalProps { container?: Container; onRendered?: () => void; } export declare const Portal: React.FC<PortalProps>; export {};