tdesign-react
Version:
TDesign Component for React
16 lines (12 loc) • 388 B
JavaScript
/**
* tdesign v1.15.1
* (c) 2025 tdesign
* @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