import { type Store } from "https://deno.land/x/effector@effector-vue@23.1.0/packages/effector/index.d.ts";
Properties
defaultState: State
compositeName: CompositeName
Methods
getState(): State
subscribe(listener: Observer<State> | ((state: State) => any)): Subscription
watch<E>(watcher: (state: State, payload: undefined) => any): Subscription
watch<E>(trigger: Unit<E>, watcher: (state: State, payload: E) => any): Subscription