Repository URL to install this package:
export interface PortalProps { className?: string; children: any; node?: any; id?: string; isVisible?: boolean; }