UNPKG

@ucloud-fe/react-components

Version:
14 lines (11 loc) 311 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = hoistStatics; function hoistStatics(targetComponent, sourceComponent) { if ('defaultProps' in sourceComponent) { targetComponent.defaultProps = sourceComponent.defaultProps; } return targetComponent; }