UNPKG

vuex-tstore

Version:

Provides a low-overhead TypeScript wrapper around Vuex that can trigger compilation errors and IntelliSense tips.

9 lines (8 loc) 218 B
import { Store } from "./store"; export { Store as TStore }; export declare function install(vue: any): void; declare const _default: { Store: typeof Store; install: typeof install; }; export default _default;