UNPKG
yzsd
Version:
latest (0.0.93)
0.0.93
0.0.92
0.0.91
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
a niubi UI component
uicomponents.gitee.io/yzs-design
yzsd
/
lib
/
input
/
hooks
/
useRemovePasswordTimeout.d.ts
4 lines
(3 loc)
•
199 B
TypeScript
View Raw
1
2
3
4
/// <reference types="react" />
import
type
{
InputRef
}
from
'../input'
;
export
default
function
useRemovePasswordTimeout
(
inputRef
:
React
.
RefObject
<
InputRef
>,
triggerOnMount
?:
boolean
):
() =>
void
;