mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
types(Dialog): fix Dialog.Component typing (#5646)
This commit is contained in:
parent
aceaa2f739
commit
9b53839d49
1
types/component.d.ts
vendored
1
types/component.d.ts
vendored
@ -2,5 +2,6 @@ import Vue from 'vue';
|
||||
|
||||
export class VanComponent {
|
||||
static name: string;
|
||||
|
||||
static install(vue: typeof Vue): void;
|
||||
}
|
||||
|
2
types/dialog.d.ts
vendored
2
types/dialog.d.ts
vendored
@ -34,7 +34,7 @@ export interface Dialog {
|
||||
install(): void;
|
||||
setDefaultOptions(options: DialogOptions): void;
|
||||
resetDefaultOptions(): void;
|
||||
Component: VanComponent;
|
||||
Component: typeof VanComponent;
|
||||
}
|
||||
|
||||
declare module 'vue/types/vue' {
|
||||
|
Loading…
x
Reference in New Issue
Block a user