mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-19 22:24:17 +01:00
5 lines
280 B
TypeScript
5 lines
280 B
TypeScript
// Avoids typescript error when importing some files
|
|
declare module '@jamescoyle/vue-icon'
|
|
declare module 'three-orientation-gizmo/src/OrientationGizmo'
|
|
declare module 'three/examples/jsm/libs/draco/draco_decoder.js'
|
|
declare module 'three/examples/jsm/libs/draco/draco_encoder.js' |