UNPKG
nusp-arco-design
Version:
latest (2.66.0-beta.2)
2.66.0-beta.2
Arco Design React UI Library.
arco.design
zhanghui-space/arco-design
nusp-arco-design
/
es
/
_util
/
mergeProps.d.ts
2 lines
(1 loc)
•
191 B
TypeScript
View Raw
1
2
export
default
function
mergeProps<PropsType>(_componentProps: PropsType, _defaultProps:
Partial
<PropsType>, _globalComponentConfig: PropsType, propsNameList?:
string
[]):
Partial
<PropsType>;