UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

16 lines (12 loc) 433 B
/** * fomantic-ui-react v0.0.1-alpha.10 * (c) 2022 FireLoong <fireloong@foxmail.com> * @license MIT */ import { forwardRef } from 'react'; import hoistNonReactStatics from 'hoist-non-react-statics'; function forwardRefWithStatics(component, statics) { return hoistNonReactStatics( /*#__PURE__*/forwardRef(component), statics); } export { forwardRefWithStatics as default }; //# sourceMappingURL=forwardRefWithStatics.js.map