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