UNPKG

@ucloud-pccl/react-components

Version:
12 lines (11 loc) 309 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; }