UNPKG
@bee-design/ui
Version:
latest (1.1.0)
1.1.0
1.0.22
1.0.21
1.0.20
Bee Design React UI Library.
bee.design
@bee-design/ui
/
lib
/
_util
/
mergeProps.d.ts
2 lines
(1 loc)
•
154 B
TypeScript
View Raw
1
2
export
default
function
mergeProps
<
PropsType
>(
componentProps: PropsType, defaultProps: Partial<PropsType>, globalComponentConfig: PropsType
): PropsType
;