vue2-tunnel-lining
Version:
A Vue2 component for tunnel lining design with MxCAD integration
19 lines (16 loc) • 396 B
TypeScript
// 简单的类型定义来解决编译错误
declare module './Linings' {
export const Linings: any;
}
declare module '../Setting/ChenQi/LinColorText' {
export class LinColorText {
constructor();
}
}
// 全局类型声明
interface Window {
// 添加必要的全局声明
}
// 简化类型以避免复杂的类型错误
type McObjectId = any;
type Setting = any;