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
/
useFavicon
/
index.d.ts
3 lines
(2 loc)
•
79 B
TypeScript
View Raw
1
2
3
declare
const
useFavicon
:
(
favUrl
:
string
) =>
void
;
export
default
useFavicon;