mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-27 06:01:43 +00:00
style 代码格式化
This commit is contained in:
16
types/module.d.ts
vendored
16
types/module.d.ts
vendored
@@ -1,18 +1,18 @@
|
||||
declare module '*.vue' {
|
||||
import { DefineComponent } from 'vue';
|
||||
import { DefineComponent } from 'vue'
|
||||
|
||||
const Component: DefineComponent<{}, {}, any>;
|
||||
export default Component;
|
||||
const Component: DefineComponent<{}, {}, any>
|
||||
export default Component
|
||||
}
|
||||
|
||||
declare module 'ant-design-vue/es/locale/*' {
|
||||
import { Locale } from 'ant-design-vue/types/locale-provider';
|
||||
import { Locale } from 'ant-design-vue/types/locale-provider'
|
||||
|
||||
const locale: Locale & ReadonlyRecordable;
|
||||
export default locale as Locale & ReadonlyRecordable;
|
||||
const locale: Locale & ReadonlyRecordable
|
||||
export default locale as Locale & ReadonlyRecordable
|
||||
}
|
||||
|
||||
declare module 'virtual:*' {
|
||||
const result: any;
|
||||
export default result;
|
||||
const result: any
|
||||
export default result
|
||||
}
|
||||
|
Reference in New Issue
Block a user