mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
merge to bun
This commit is contained in:
9
default.d.ts
vendored
9
default.d.ts
vendored
@@ -1,3 +1,5 @@
|
||||
import { LoadingBarProviderInst, MessageProviderInst } from "naive-ui"
|
||||
|
||||
declare module 'vue3-aplayer' {
|
||||
const content: any
|
||||
export = content
|
||||
@@ -9,4 +11,11 @@ declare module 'file-saver' {
|
||||
declare module '*.js' {
|
||||
const content: any
|
||||
export = content
|
||||
}
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
$message: MessageProviderInst,
|
||||
$loadingBar: LoadingBarProviderInst
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user