index.ts 412 B

12345678910
  1. import Scene3D from './scenes/Scene3D.vue'
  2. import WaterLevelLabel from './scenes/WaterLevelLabel.vue'
  3. import DucaoScene from './scenes/DucaoScene.vue'
  4. import Map3DScene from './scenes/Map3DScene.vue'
  5. export * from './config/sceneConfig'
  6. export * from './utils/geoCoord'
  7. export { Scene3D, WaterLevelLabel, DucaoScene, Map3DScene }
  8. export type { WaterLevelLabelConfig, SceneType } from './config/sceneConfig'