SYMBOL INDEX (32 symbols across 9 files) FILE: src/index.test.tsx type Category (line 638) | type Category = { FILE: src/index.tsx type Fn (line 9) | type Fn = (...args: any[]) => any; type ExtractHooks (line 12) | type ExtractHooks = { function collectHooks (line 23) | function collectHooks(src: T): ExtractHooks { type CoreHelpers (line 45) | type CoreHelpers = typeof coreHelpers; function RenderHooks (line 50) | function RenderHooks< FILE: src/stories/00-QuickStart.stories.tsx function Counter (line 6) | function Counter() { FILE: src/stories/01-BuiltInHooks.stories.tsx function Example_useState (line 7) | function Example_useState() { function Example_useReducer (line 25) | function Example_useReducer() { function Example_useCallback (line 47) | function Example_useCallback() { function Example_useContext (line 68) | function Example_useContext() { function Example_useMemo (line 80) | function Example_useMemo() { function Example_useEffect (line 118) | function Example_useEffect() { function Example_useLayoutEffect (line 135) | function Example_useLayoutEffect() { function Example_useImperativeHandle (line 155) | function Example_useImperativeHandle() { function Example_useRef (line 212) | function Example_useRef() { function Example_useInsertionEffect (line 230) | function Example_useInsertionEffect() { function Example_useId (line 256) | function Example_useId() { function Example_useSyncExternalStore (line 276) | function Example_useSyncExternalStore() { function Example_useDeferredValue (line 296) | function Example_useDeferredValue() { function Example_useTransition (line 315) | function Example_useTransition() { function Example_useActionState (line 373) | function Example_useActionState() { function Example_useFormStatus (line 414) | function Example_useFormStatus() { function Example_use (line 440) | function Example_use() { FILE: src/stories/02-CustomHooks.stories.tsx function CustomHooksExample (line 28) | function CustomHooksExample() { FILE: src/stories/03-NestingRenderHooks.stories.tsx type Category (line 6) | type Category = { function NestedExample (line 37) | function NestedExample() { FILE: src/stories/Header.tsx type User (line 6) | type User = { type HeaderProps (line 10) | interface HeaderProps { FILE: src/stories/Page.tsx type User (line 6) | type User = { FILE: vite-env.d.ts type ImportMetaEnv (line 5) | interface ImportMetaEnv { type ImportMeta (line 9) | interface ImportMeta {