UNPKG
vue-cesium-jyt
Version:
latest (3.0.10-fix2)
3.0.10
3.0.10-fix2
3.0.10-fix1
Vue 3.x components for CesiumJS.
github.com/brantroy/vue-cesium
brantroy/vue-cesium
vue-cesium-jyt
/
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
;