mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
5 lines
74 B
TypeScript
5 lines
74 B
TypeScript
declare module 'vue3-aplayer' {
|
|
const content: any
|
|
export = content
|
|
}
|