UNPKG

@gobistories/gobi-web-integration

Version:

This library will let you put your Gobi stories on your site.

7 lines (6 loc) 201 B
import React from 'react'; interface PortalPopupProps { shadowRootRef?: React.MutableRefObject<HTMLDivElement>; } declare const PortalPopup: React.FC<PortalPopupProps>; export default PortalPopup;