UNPKG

@owlsdepartment/vuex-typed

Version:

Package for writing typed Vuex store with component helpers

3 lines (2 loc) 186 B
import { MutationsDef, StateDef } from "../typings/index"; export declare function defineMutations<State extends StateDef, M extends MutationsDef<State>>(state: State, mutations: M): M;