UNPKG
ahooks-v2
Version:
latest (2.10.15)
2.10.15
2.10.13
react hooks library
github.com/alibaba/hooks
alibaba/hooks
ahooks-v2
/
lib
/
useWhyDidYouUpdate
/
index.d.ts
5 lines
(4 loc)
•
146 B
TypeScript
View Raw
1
2
3
4
5
export
declare
type
IProps
= { [
key
:
string
]:
any
; };
export
default
function
useWhyDidYouUpdate
(
componentName
:
string
,
props
:
IProps
):
void
;