Skip to content

Commit 32e1fe7

Browse files
committed
update types
1 parent 26a8c35 commit 32e1fe7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

index.d.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
import {Store} from 'vuex';
1+
import { Store } from 'vuex';
22
import VueRouter = require('vue-router');
33

44
interface SyncOptions {
55
moduleName: string;
66
}
77

8-
export declare function sync(store: Store<any>, router: VueRouter, options?: SyncOptions): void;
8+
export declare function sync(
9+
store: Store<any>,
10+
router: VueRouter,
11+
options?: SyncOptions
12+
): Function;

0 commit comments

Comments
 (0)