UNPKG

@fruits-chain/react-native-xiaoshu

Version:
12 lines (11 loc) • 303 B
"use strict"; export function attachPropertiesToComponent(component, properties) { const ret = component; for (const key in properties) { if (properties.hasOwnProperty(key)) { ret[key] = properties[key]; } } return ret; } //# sourceMappingURL=attach-properties-to-component.js.map