types(Dialog): fix Dialog.Component typing (#5646)
This commit is contained in:
Vendored
+1
@@ -2,5 +2,6 @@ import Vue from 'vue';
|
||||
|
||||
export class VanComponent {
|
||||
static name: string;
|
||||
|
||||
static install(vue: typeof Vue): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user