UNPKG

@re-flex/ui

Version:
8 lines (7 loc) 166 B
import React from "react"; declare const Portal: React.FC<{ container?: HTMLElement; open?: null | boolean; disable?: boolean; }>; export default Portal;