Skip to content

Commit 6154459

Browse files
author
Raphael Dhainaut
committed
Change add register function declaration
1 parent 1550ded commit 6154459

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)