mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[type] Dialog: add Component property
This commit is contained in:
parent
6132cb527a
commit
27b784d2ec
1
types/dialog.d.ts
vendored
1
types/dialog.d.ts
vendored
@ -27,6 +27,7 @@ export interface Dialog {
|
||||
install(): void;
|
||||
setDefaultOptions(options: DialogOptions): void;
|
||||
resetDefaultOptions(): void;
|
||||
Component: any;
|
||||
}
|
||||
|
||||
declare module 'vue/types/vue' {
|
||||
|
Loading…
x
Reference in New Issue
Block a user