Bläddra i källkod

build: 移除auto.d.ts

laiqi 1 år sedan
förälder
incheckning
173230cf66
2 ändrade filer med 0 tillägg och 36 borttagningar
  1. 0 12
      apps/web-ele/auto-imports.d.ts
  2. 0 24
      apps/web-ele/components.d.ts

+ 0 - 12
apps/web-ele/auto-imports.d.ts

@@ -1,12 +0,0 @@
-/* eslint-disable */
-/* prettier-ignore */
-// @ts-nocheck
-// noinspection JSUnusedGlobalSymbols
-// Generated by unplugin-auto-import
-// biome-ignore lint: disable
-export {}
-declare global {
-  const ElImage: (typeof import('element-plus/es'))['ElImage'];
-  const ElInput: (typeof import('element-plus/es'))['ElInput'];
-  const ElTag: (typeof import('element-plus/es'))['ElTag'];
-}

+ 0 - 24
apps/web-ele/components.d.ts

@@ -1,24 +0,0 @@
-/* eslint-disable */
-// @ts-nocheck
-// Generated by unplugin-vue-components
-// Read more: https://github.com/vuejs/core/pull/3399
-// biome-ignore lint: disable
-export {};
-
-/* prettier-ignore */
-declare module 'vue' {
-  export interface GlobalComponents {
-    ElButton: typeof import('element-plus/es')['ElButton']
-    ElDescriptions: typeof import('element-plus/es')['ElDescriptions']
-    ElDescriptionsItem: typeof import('element-plus/es')['ElDescriptionsItem']
-    ElDivider: typeof import('element-plus/es')['ElDivider']
-    ElIcon: typeof import('element-plus/es')['ElIcon']
-    ElInput: typeof import('element-plus/es')['ElInput']
-    ElTag: typeof import('element-plus/es')['ElTag']
-    RouterLink: typeof import('vue-router')['RouterLink']
-    RouterView: typeof import('vue-router')['RouterView']
-  }
-  export interface ComponentCustomProperties {
-    vLoading: typeof import('element-plus/es')['ElLoadingDirective']
-  }
-}