mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-26 13:48:12 +00:00
chore: types
This commit is contained in:
6
types/module.d.ts
vendored
6
types/module.d.ts
vendored
@@ -1,3 +1,9 @@
|
||||
declare module '*.vue' {
|
||||
import { defineComponent } from 'vue';
|
||||
const Component: ReturnType<typeof defineComponent>;
|
||||
export default Component;
|
||||
}
|
||||
|
||||
declare module 'ant-design-vue/es/locale/*' {
|
||||
import { Locale } from 'ant-design-vue/types/locale-provider';
|
||||
const locale: Locale & ReadonlyRecordable;
|
||||
|
Reference in New Issue
Block a user