UNPKG
casc-cesium
Version:
latest (3.0.12)
3.0.12
3.0.11
3.0.10-beta.0
Vue 3.x components for CesiumJS.
casc-cesium
/
lib
/
utils
/
platform.d.ts
10 lines
(9 loc)
•
195 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
declare
function
platform
(
):
{ isTablet:
boolean
; isPhone:
boolean
; isAndroid:
boolean
; isPc:
boolean
; isChrome:
boolean
; isIOS:
boolean
; hasTouch:
boolean
; };