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
/
portal.d.ts
5 lines
(4 loc)
•
237 B
TypeScript
View Raw
1
2
3
4
5
export
declare
const
portalList
:
Array
<
any
>;
export
declare
function
getPortalVm
(
el
:
any
):
any
;
export
declare
function
closePortalMenus
(
vm
:
any
,
evt
:
any
):
any
;
export
declare
function
closePortals
(
vm
:
any
,
evt
:
any
,
depth
:
any
):
void
;