UNPKG

react-route-cache

Version:
10 lines (9 loc) 312 B
export declare const useKeepAlive: () => { active: string; tabs: import("../types").TabsItem[]; setTabs: (tabs: import("../types").TabsItem[]) => void; setActive: (active: string) => void; close: (key?: string) => void; closeNavigator: (url: string) => void; closeAll: () => void; };