Skip to content

Commit 4e647c9

Browse files
authored
Merge pull request #381 from rdhainaut/master
Change add register function declaration
2 parents 1550ded + 6154459 commit 4e647c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

types/index.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
import Vue, { VNode, PluginFunction } from 'vue'
1+
import Vue, { PluginFunction } from 'vue'
2+
3+
export function register(): void;
24

35
export type StringNumber = string | number
46

0 commit comments

Comments
 (0)