update: 更新dts的一些细节

This commit is contained in:
XiaoDaiGua-Ray 2023-12-15 11:24:23 +08:00
parent 0c9105b54e
commit 0b4a0cc237
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,6 @@
/* eslint-disable @typescript-eslint/no-explicit-any */ /* eslint-disable @typescript-eslint/no-explicit-any */
export {}
import type { AppConfig } from './modules/cfg' import type { AppConfig } from './modules/cfg'
import type { import type {
MessageApi, MessageApi,

1
src/vite-env.d.ts vendored
View File

@ -1,6 +1,5 @@
/// <reference types="./types/global.d.ts" /> /// <reference types="./types/global.d.ts" />
/// <reference types="vite/client" /> /// <reference types="vite/client" />
/// <reference types="vue/macros-global" />
/// <reference types="vite-svg-loader" /> /// <reference types="vite-svg-loader" />
/// <reference types="./types/app.d.ts" /> /// <reference types="./types/app.d.ts" />