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
/
useTitle
/
index.d.ts
7 lines
(6 loc)
•
194 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
Options
{
restoreOnUnmount
?:
boolean
; }
declare
function
useTitle
(
title
:
string
,
options
?:
Options
):
void
;
declare
const
_default
:
typeof
useTitle;
export
default
_default;