UNPKG
@zhsz/cool-design-dv
Version:
latest (1.0.29)
1.0.29
1.0.28
1.0.26
1.0.24
1.0.23
1.0.22
1.0.21
1.0.20
1.0.19
1.0.17
@zhsz/cool-design-dv
/
lib
/
packages
/
chart
/
utils
/
factory.js
10 lines
(9 loc)
•
240 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperties
(
exports
, {
__esModule
: {
value
:
true
}, [
Symbol
.
toStringTag
]: {
value
:
"Module"
} });
function
factory
(
props, settings = {}
) {
return
{ ...props, ...settings }; }
exports
.
default
= factory;