Selaa lähdekoodia

add @dc-modules/namespace

tags/2.0.0
Caven Chen 4 vuotta sitten
vanhempi
commit
5b75e0278f
1 muutettua tiedostoa jossa 16 lisäystä ja 0 poistoa
  1. 16
    0
      modules/namespace/index.js

+ 16
- 0
modules/namespace/index.js Näytä tiedosto

@@ -0,0 +1,16 @@
/**
* @Author: Caven
* @Date: 2021-03-15 18:36:48
*/

const getCesium = () => {
return DC.Namespace?.Cesium
}

const getMapv = () => {
return DC.Namespace?.mapv
}

export const Cesium = getCesium()

export const mapv = getMapv()

Loading…
Peruuta
Tallenna