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
/
directives
/
ripple
/
index.d.ts
8 lines
(7 loc)
•
194 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
declare
const
_default
: {
name
:
string
;
beforeMount
(
el
:
any
,
binding
:
any
):
void
;
updated
(
el
:
any
,
binding
:
any
):
void
;
beforeUnmount
(
el
:
any
):
void
; };
export
default
_default;