fomantic-ui-react
Version:
Fomantic-UI React -- A React Component Library.
24 lines (16 loc) • 745 B
JavaScript
/**
* fomantic-ui-react v0.0.1-alpha.10
* (c) 2022 FireLoong <fireloong@foxmail.com>
* @license MIT
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
var React = require('react');
var hoistNonReactStatics = require('hoist-non-react-statics');
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
var hoistNonReactStatics__default = /*#__PURE__*/_interopDefaultLegacy(hoistNonReactStatics);
function forwardRefWithStatics(component, statics) {
return hoistNonReactStatics__default["default"]( /*#__PURE__*/React.forwardRef(component), statics);
}
exports["default"] = forwardRefWithStatics;
//# sourceMappingURL=forwardRefWithStatics.js.map