2023-01-06 16:00:15 +08:00
|
|
|
/* eslint-disable */
|
|
|
|
|
declare module '*.vue' {
|
|
|
|
|
import type { DefineComponent } from 'vue'
|
|
|
|
|
const component: DefineComponent<{}, {}, any>
|
|
|
|
|
export default component
|
|
|
|
|
}
|
2023-11-01 09:30:52 +08:00
|
|
|
// declare module '@vue/runtime-core' {
|
|
|
|
|
// //全局this注册方法或者公用属性
|
|
|
|
|
// interface ComponentCustomProperties {
|
|
|
|
|
// // 调整成你要使用到的属性,在这里进行注册
|
|
|
|
|
// // GO: any
|
|
|
|
|
// }
|
|
|
|
|
// }
|
2023-01-06 16:00:15 +08:00
|
|
|
declare module '@ans1998/vue3-color'
|
2025-02-17 15:24:01 +08:00
|
|
|
declare var ColorThief: any;
|
|
|
|
|
declare var EyeDropper: any;
|
2025-04-01 15:25:15 +08:00
|
|
|
declare module 'three'
|
2025-04-09 14:53:13 +08:00
|
|
|
declare module 'OrbitControls'
|
|
|
|
|
declare module 'EffectComposer'
|
|
|
|
|
declare module 'RenderPass'
|
|
|
|
|
declare module 'OutlinePass'
|