UNPKG

@owlsdepartment/vuex-typed

Version:

Package for writing typed Vuex store with component helpers

7 lines (6 loc) 155 B
import { Computed } from 'vuex'; export declare function provideStoreInstance(mapped: { [key: string]: Computed; }): { [key: string]: Function; };