UNPKG
@dspacev-bundle/vue-cesium
Version:
latest (3.24.2)
3.24.2
3.24.1
3.15.2
3.15.1
3.1.5
3.1.4
Vue 3.x components for CesiumJS.
github.com/zouyaoji/vue-cesium
zouyaoji/vue-cesium
@dspacev-bundle/vue-cesium
/
lib
/
utils
/
private
/
touch.d.ts
4 lines
(3 loc)
•
187 B
TypeScript
View Raw
1
2
3
4
export
declare
function
getModifierDirections
(
mod
:
any
):
any
;
export
declare
const
getTouchTarget
:
(
target
:
any
) =>
any
;
export
declare
function
shouldStart
(
evt
:
any
,
ctx
:
any
):
boolean
;