File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change
1
+ import { DirectiveFunction , VueConstructor , ComponentOptions } from "vue" ;
2
+
3
+ export const version : string ;
4
+ export const focus : DirectiveFunction ;
5
+ export const mixin : VueConstructor | ComponentOptions < never > ;
Original file line number Diff line number Diff line change 15
15
"loose-envify" : " ^1.2.0"
16
16
},
17
17
"devDependencies" : {
18
+ "@types/vue" : " ^2.0.0" ,
18
19
"eslint" : " ^1.10.3" ,
19
20
"mkdirp" : " ^0.5.1" ,
20
21
"rollup" : " ^0.21.2" ,
23
24
},
24
25
"files" : [
25
26
" index.js" ,
27
+ " index.d.ts" ,
26
28
" dist"
27
29
],
28
30
"homepage" : " https://github.com/simplesmiler/vue-focus" ,
35
37
],
36
38
"license" : " MIT" ,
37
39
"main" : " dist/vue-focus.common.js" ,
40
+ "types" : " index.d.ts" ,
38
41
"peerDependencies" : {
39
42
"vue" : " ^2.0.0"
40
43
},
You can’t perform that action at this time.
0 commit comments