We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1550ded + 6154459 commit 4e647c9Copy full SHA for 4e647c9
types/index.d.ts
@@ -1,4 +1,6 @@
1
-import Vue, { VNode, PluginFunction } from 'vue'
+import Vue, { PluginFunction } from 'vue'
2
+
3
+export function register(): void;
4
5
export type StringNumber = string | number
6
0 commit comments