mirror of
https://gitee.com/bootx/dax-pay-ui
synced 2026-08-06 21:26:27 +08:00
perf: move src/types to root
This commit is contained in:
11
types/module.d.ts
vendored
Normal file
11
types/module.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
declare module 'ant-design-vue/es/locale/*' {
|
||||
import { Locale } from 'ant-design-vue/types/locale-provider';
|
||||
const locale: Locale & ReadonlyRecordable;
|
||||
export default locale as Locale & ReadonlyRecordable;
|
||||
}
|
||||
|
||||
declare module 'moment/locale/*' {
|
||||
import { LocaleSpecification } from 'moment';
|
||||
const locale: LocaleSpecification & ReadonlyRecordable;
|
||||
export default locale;
|
||||
}
|
||||
Reference in New Issue
Block a user