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

13 lines (9 loc) 278 B
'use strict'; var Anchor = require('./Anchor.cjs'); var Portal$1 = require('./Portal.cjs'); var withPortal = require('./withPortal.cjs'); const Portal = Object.assign(Portal$1.Portal, { with: withPortal.withPortal, Anchor: Anchor.Anchor, }); exports.Portal = Portal;