Sanakey
6 天以前 cb165187ddcf5d9cfd8aad97a2868d0343b14bd9
types/module.d.ts
@@ -1,11 +1,13 @@
declare module '*.vue' {
  import { DefineComponent } from 'vue';
  const Component: DefineComponent<{}, {}, any>;
  export default Component;
}
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;
}