UNPKG

kxd-react-route-cache

Version:

change color from react-route-cache for my project

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; };