2020-10-09 03:33:49 +00:00
|
|
|
declare module "*.png" {
|
|
|
|
const value: any;
|
|
|
|
export default value;
|
2020-10-25 04:04:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
declare module "ant-design-vue/es/locale/en_US" {
|
|
|
|
const value: any;
|
|
|
|
export default value;
|
|
|
|
}
|
|
|
|
|
|
|
|
declare module "ant-design-vue/es/locale/zh_CN" {
|
|
|
|
const value: any;
|
|
|
|
export default value;
|
2020-10-28 07:23:28 +00:00
|
|
|
}
|
|
|
|
|
2020-11-06 14:30:17 +00:00
|
|
|
declare module 'tim-js-sdk'{
|
|
|
|
const value: any;
|
|
|
|
export default value;
|
|
|
|
}
|
|
|
|
|
2020-11-17 08:04:36 +00:00
|
|
|
declare module 'vue-cropper'{
|
|
|
|
const VueCropper: any
|
|
|
|
export {
|
|
|
|
VueCropper
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2020-11-13 09:07:11 +00:00
|
|
|
declare var FB: any;
|
|
|
|
|
|
|
|
declare var TCPlayer: any;
|