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
/
composables
/
use-drawing
/
use-drawing-point.d.ts
5 lines
(4 loc)
•
195 B
TypeScript
View Raw
1
2
3
4
5
import
{
VNode
}
from
'vue'
;
export
default
function
(
props
:
any
,
ctx
:
any
,
cmpName
:
string
):
() =>
VNode
<
import
(
"vue"
).
RendererNode
,
import
(
"vue"
).
RendererElement
, { [
key
:
string
]:
any
; }>;