SYMBOL INDEX (51 symbols across 25 files) FILE: examples/react-router-dom-simple-starter/src/App.tsx function App (line 5) | function App() { FILE: examples/react-router-dom-simple-starter/src/layout/index.tsx function Layout (line 6) | function Layout() { function MemoScrollTopWrapper (line 49) | function MemoScrollTopWrapper(props: { children?: ReactNode }) { function CustomSuspense (line 91) | function CustomSuspense(props: { children: ReactNode }) { FILE: examples/react-router-dom-simple-starter/src/pages/about/index.tsx function About (line 1) | function About() { FILE: examples/react-router-dom-simple-starter/src/pages/counter/index.tsx function Counter (line 4) | function Counter() { FILE: examples/react-router-dom-simple-starter/src/pages/home/index.tsx function Home (line 4) | function Home() { FILE: examples/react-router-dom-simple-starter/src/pages/nested/index.tsx function Nested (line 3) | function Nested() { FILE: examples/react-router-dom-simple-starter/src/pages/nested/nested-a/index.tsx function NestedA (line 1) | function NestedA() { FILE: examples/react-router-dom-simple-starter/src/pages/nested/nested-b/index.tsx function NestedB (line 1) | function NestedB() { FILE: examples/react-router-dom-simple-starter/src/pages/nocache-counter/index.tsx function NoCacheCounter (line 4) | function NoCacheCounter() { FILE: examples/simple-tabs-starter/src/App.tsx function App (line 23) | function App() { function Tab1 (line 56) | function Tab1() { function Tab2 (line 108) | function Tab2() { function Tab3 (line 161) | function Tab3() { FILE: examples/simple-tabs-starter/src/store/counter-store.tsx type CounterStore (line 9) | interface CounterStore { FILE: packages/core/src/compat/Activity.tsx type ActivityProps (line 6) | interface ActivityProps { FILE: packages/core/src/components/CacheComponent/index.tsx type CacheComponentProps (line 7) | interface CacheComponentProps { function getChildNodes (line 28) | function getChildNodes(dom?: HTMLDivElement) { function removeDivNodes (line 32) | function removeDivNodes(nodes: Element[]) { function renderCacheDiv (line 40) | function renderCacheDiv(containerDiv: HTMLDivElement, cacheDiv: HTMLDivE... function switchActiveNodesToInactive (line 48) | function switchActiveNodesToInactive(containerDiv: HTMLDivElement, cache... function isCached (line 58) | function isCached( FILE: packages/core/src/components/CacheComponentProvider/index.tsx type CacheComponentProviderProps (line 4) | interface CacheComponentProviderProps extends KeepAliveContext { FILE: packages/core/src/components/CacheContext/index.tsx type KeepAliveContext (line 4) | interface KeepAliveContext extends KeepAliveAPI { FILE: packages/core/src/components/KeepAlive/index.tsx type KeepAliveChildren (line 19) | type KeepAliveChildren = ReactNode | ReactElement | null | undefined; type KeepAliveProps (line 21) | interface KeepAliveProps { type MaxAliveConfig (line 70) | interface MaxAliveConfig { type CacheNode (line 75) | interface CacheNode { type KeepAliveAPI (line 82) | interface KeepAliveAPI { type KeepAliveRef (line 108) | interface KeepAliveRef extends KeepAliveAPI {} function useKeepAliveRef (line 110) | function useKeepAliveRef() { function KeepAlive (line 114) | function KeepAlive(props: KeepAliveProps) { FILE: packages/core/src/components/MemoizedActivty/index.tsx type MemoizedActivtyProps (line 4) | interface MemoizedActivtyProps { function _MemoizedActivty (line 10) | function _MemoizedActivty({ children, active, duration }: MemoizedActivt... FILE: packages/core/src/event/index.ts type Events (line 3) | type Events = { FILE: packages/core/src/hooks/onDestory.ts function useOnDestroy (line 3) | function useOnDestroy(cb: () => any, _key: string) { FILE: packages/core/src/hooks/useOnActive.ts function useOnActive (line 5) | function useOnActive(cb: () => any, deps: DependencyList, skipMount = fa... FILE: packages/core/src/hooks/useOnCreate.ts function useOnCreate (line 6) | function useOnCreate(cb: () => any, effect: typeof useEffect | typeof us... FILE: packages/core/src/utils/index.tsx function isNil (line 1) | function isNil(value: any): value is null | undefined { function isRegExp (line 5) | function isRegExp(value: any): value is RegExp { function isArr (line 9) | function isArr(value: any): value is Array { function isFn (line 13) | function isFn(value: any): value is Function { function domAttrSet (line 17) | function domAttrSet(dom: HTMLDivElement) { function delayAsync (line 26) | function delayAsync(milliseconds: number = 100): Promise { function isInclude (line 38) | function isInclude(include: Array | string | RegExp | u... function macroTask (line 49) | function macroTask(fn: () => void) { FILE: packages/core/tsup.config.ts method outExtension (line 6) | outExtension({ format }) { FILE: packages/router/src/components/KeepAliveRouteOutlet/index.tsx type KeepAliveRouteOutletProps (line 5) | interface KeepAliveRouteOutletProps extends Omit