UNPKG
@hooks/title
Version:
latest (0.1.0)
0.1.0
0.0.3
0.0.2
0.0.1
React hook to set the document title
@hooks/title
/
typings
/
index.d.ts
2 lines
(1 loc)
•
55 B
TypeScript
View Raw
1
2
export
default
function
useTitle
(
title: string
):
void
;