Creates a useStore
function that retrieves the store instance
options to define the store
Creates a useStore
function that retrieves the store instance
id of the store (must be unique)
function that defines the store
Optional
options: DefineSetupStoreOptions<Id, _ExtractStateFromSetupStore<SS>, _ExtractGettersFromSetupStore<SS>, _ExtractActionsFromSetupStore<SS>>extra options
Generated using TypeDoc
Creates a
useStore
function that retrieves the store instance