UNPKG
@ryanar/react-auth-provider
Version:
latest (0.3.3)
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
> Easy to integrate react authentication management through context.
audiolion/react-auth-provider
@ryanar/react-auth-provider
/
dist
/
usePrevious.d.ts
2 lines
(1 loc)
•
72 B
TypeScript
View Raw
1
2
export declare
function
usePrevious
<
T
=
any
>
(
value
:
T
)
:
T
|
undefined;