UNPKG

@654356282/react-keepalive

Version:
5 lines (4 loc) 249 B
/// <reference types="react" /> import type { KeepAliveProps, KeepAliveRef } from "./types"; declare const KeepAlive: import("react").ForwardRefExoticComponent<KeepAliveProps & import("react").RefAttributes<KeepAliveRef>>; export default KeepAlive;