UNPKG

@winglet/react-utils

Version:

React utility library providing custom hooks, higher-order components (HOCs), and utility functions to enhance React application development with improved reusability and functionality

11 lines (8 loc) 237 B
import { Anchor } from './Anchor.mjs'; import { Portal as Portal$1 } from './Portal.mjs'; import { withPortal } from './withPortal.mjs'; const Portal = Object.assign(Portal$1, { with: withPortal, Anchor, }); export { Portal };