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
/
es
/
components
/
controls
/
selection-indicator
/
use-selection-indicatior.d.ts
3 lines
(2 loc)
•
202 B
TypeScript
View Raw
1
2
3
import
{
VcComponentInternalInstance
,
VcViewerProvider
}
from
'vue-cesium/es/utils/types'
;
export
default
function
(
instance
:
VcComponentInternalInstance
,
props
:
any
,
$services
:
VcViewerProvider
):
any
;