Skip to content

Commit d67d765

Browse files
committed
šŸ·Remove unnecessary type declarations
1 parent 1ef1892 commit d67d765

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

ā€Žindex.d.tsā€Ž

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
11
import _Vue from 'vue'
2-
import { Store } from 'storeon';
32

4-
declare module 'vue/types/options' {
5-
interface ComponentOptions<V extends Vue> {
6-
store: Store;
7-
}
8-
}
9-
declare module 'vue/types/vue' {
10-
interface Vue {
11-
$storeon: Store;
12-
state: any;
13-
}
14-
}
15-
16-
declare function StoreonVue(Vue: typeof _Vue): void
17-
18-
export = StoreonVue
3+
export declare function StoreonVue(Vue: typeof _Vue): void

0 commit comments

Comments
Ā (0)