UNPKG

@geezee/react-ui

Version:

Modern and minimalist React UI library.

6 lines (5 loc) 161 B
var withDefaults = function withDefaults(component, defaultProps) { component.defaultProps = defaultProps; return component; }; export default withDefaults;