UNPKG
@rc-component/util
Version:
latest (1.3.0)
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
Common Utils For React Component
github.com/react-component/util
react-component/util
@rc-component/util
/
lib
/
proxyObject.d.ts
5 lines
(4 loc)
•
183 B
TypeScript
View Raw
1
2
3
4
5
/** * Proxy object if environment supported */
export
default
function
proxyObject<
Obj
extends
object
,
ExtendObj
extends
object
>(
obj
:
Obj
,
extendProps
:
ExtendObj
):
Obj
&
ExtendObj
;