UNPKG

@owlsdepartment/vuex-typed

Version:

Package for writing typed Vuex store with component helpers

4 lines (3 loc) 140 B
export declare function createImports<T extends object>(object: T, method: Function, namespace?: string): { [key: string]: Function; };