useGuthrieEventsConfig
ts
const useGuthrieEventsConfig: UseBoundStore<StoreApi<EventsConfigStore>>;Defined in: stores/events-config.ts:35
Zustand store for accessing and updating event configuration.
Remarks
Used to control whether events are automatically attached during rendering.
Since
1.0.0
Author
Simon Kovtyk