mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-05-22 12:55:18 +08:00
update: 更新dts的一些细节
This commit is contained in:
parent
0c9105b54e
commit
0b4a0cc237
2
src/types/global.d.ts
vendored
2
src/types/global.d.ts
vendored
@ -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
1
src/vite-env.d.ts
vendored
@ -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" />
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user