UNPKG
@adminium/ui
Version:
latest (2.47.0)
2.47.0
Arco Design React UI Library.
arco.adminium.xyz
adminium/arco-design
@adminium/ui
/
lib
/
_util
/
mergeProps.d.ts
2 lines
(1 loc)
•
153 B
TypeScript
View Raw
1
2
export
default
function
mergeProps
<
PropsType
>(
componentProps: PropsType, defaultProps: Partial<PropsType>, globalComponentConfig: PropsType
): PropsType
;