init
This commit is contained in:
2025-06-27 17:42:38 +08:00
commit bd6402478b
5317 changed files with 785994 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
/* eslint-disable */
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}
declare module 'tim-js-sdk' {
import tim from 'tim-js-sdk'
export default tim
}
declare module 'tim-upload-plugin' {
import TIMUploadPlugin from 'tim-upload-plugin';
export default TIMUploadPlugin;
}