UNPKG
@654356282/react-keepalive
Version:
latest (2.0.0)
2.0.0
1.1.0
1.0.2
1.0.1
1.0.0
React Keepalive Component
github.com/654356282/react-keepalive
654356282/react-keepalive
@654356282/react-keepalive
/
lib
/
src
/
KeepAlive.d.ts
5 lines
(4 loc)
•
249 B
TypeScript
View Raw
1
2
3
4
5
/// <reference types="react" />
import
type
{
KeepAliveProps
,
KeepAliveRef
}
from
"./types"
;
declare
const
KeepAlive
:
import
(
"react"
).
ForwardRefExoticComponent
<
KeepAliveProps
&
import
(
"react"
).
RefAttributes
<
KeepAliveRef
>>;
export
default
KeepAlive
;