kxd-react-route-cache
Version:
change color from react-route-cache for my project
7 lines (6 loc) • 325 B
JavaScript
export { KeepAlive } from './components/keep-alive';
export { RouterTabs } from './components/router-tabs';
export { KeepAliveScope } from './context/index';
export { useActivated } from './hooks/use-activated';
export { useDeactivated } from './hooks/use-deactivated';
export { useKeepAlive } from './hooks/use-keep-alive';