SYMBOL INDEX (14 symbols across 8 files) FILE: dev/App.tsx function BearCounter (line 13) | function BearCounter() { function Controls (line 24) | function Controls() { FILE: dev/store.ts type BearState (line 3) | interface BearState { FILE: dev/vite.config.ts method transform (line 14) | transform(code, id) { FILE: env.d.ts type ImportMeta (line 2) | interface ImportMeta { type ProcessEnv (line 10) | interface ProcessEnv { FILE: src/shared.ts type ExtractState (line 5) | type ExtractState = S extends { getState: () => infer T } ? T : never type IsFunction (line 7) | type IsFunction = T extends (...args: any[]) => any ? T : never type UseBoundStore (line 9) | type UseBoundStore, P extends 'store' | 'sig... type Create (line 21) | interface Create

{ function createFactory (line 31) | function createFactory

( FILE: src/signal.ts function useStore (line 17) | function useStore( FILE: src/store.ts function useStore (line 15) | function useStore( FILE: tests/index.spec.tsx type BearState (line 6) | interface BearState {