UNPKG

@vgbire/react-keep-alive

Version:
10 lines (9 loc) 318 B
export declare const useRouterApi: () => { 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; };