UNPKG

vue-cesium-jyt

Version:
23 lines (22 loc) 1.33 kB
import { VcComponentInternalInstance } from 'vue-cesium/es/utils/types'; import type { ExtractPropTypes } from 'vue'; export declare const planeGeometryProps: { vertexFormat: import("vue").PropType<Cesium.VertexFormat>; }; declare const _default: import("vue").DefineComponent<{ vertexFormat: import("vue").PropType<Cesium.VertexFormat>; }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, { [key: string]: any; }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { beforeLoad: (instance: VcComponentInternalInstance) => boolean; ready: (readyObj: import("vue-cesium/es/utils/types").VcReadyObject) => boolean; destroyed: (instance: VcComponentInternalInstance) => boolean; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{ vertexFormat: import("vue").PropType<Cesium.VertexFormat>; }>> & { onBeforeLoad?: (instance: VcComponentInternalInstance) => any; onReady?: (readyObj: import("vue-cesium/es/utils/types").VcReadyObject) => any; onDestroyed?: (instance: VcComponentInternalInstance) => any; }, {}>; export default _default; export declare type VcGeometryPlaneProps = ExtractPropTypes<typeof planeGeometryProps>;