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
/
composables
/
private
/
use-portal.d.ts
7 lines
(6 loc)
•
239 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
default
function
(
vm
:
any
,
innerRef
:
any
,
renderPortalContent
:
any
,
checkGlobalDialog
?:
any
): {
showPortal
:
() =>
void
;
hidePortal
:
() =>
void
;
portalIsActive
:
import
(
"vue"
).
Ref
<
boolean
>;
renderPortal
:
() =>
any
; };