|
@@ -49,6 +49,9 @@ declare module "vue" {
|
|
// APopconfirm: typeof import("ant-design-vue")["Popconfirm"];
|
|
// APopconfirm: typeof import("ant-design-vue")["Popconfirm"];
|
|
// ATooltip: typeof import("ant-design-vue")["Tooltip"];
|
|
// ATooltip: typeof import("ant-design-vue")["Tooltip"];
|
|
}
|
|
}
|
|
|
|
+ export interface ComponentCustomProperties {
|
|
|
|
+ $filters: any;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
export {};
|
|
export {};
|