Appearance
const useGuthrieEvents: UseBoundStore<StoreApi<EventsStore>>;
Defined in: stores/events.ts:54
Zustand store for accessing and managing event listeners.
Used internally by callFn to track and replace listeners.
1.0.0
Simon Kovtyk