UNPKG

vue-cesium-jyt

Version:
43 lines (42 loc) 1.74 kB
import type { ExtractPropTypes, PropType } from 'vue'; import type { VcColor, VcComponentInternalInstance, VcPosition } from 'vue-cesium/es/utils/types'; export declare type VcPostProcessStageScanOpts = { position?: VcPosition; radius: number; interval: number; color: VcColor; }; export declare const postProcessStageScanProps: { type: { type: StringConstructor; default: string; }; options: PropType<VcPostProcessStageScanOpts>; }; declare const _default: import("vue").DefineComponent<{ type: { type: StringConstructor; default: string; }; options: PropType<VcPostProcessStageScanOpts>; }, () => 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<{ type: { type: StringConstructor; default: string; }; options: PropType<VcPostProcessStageScanOpts>; }>> & { onBeforeLoad?: (instance: VcComponentInternalInstance) => any; onReady?: (readyObj: import("vue-cesium/es/utils/types").VcReadyObject) => any; onDestroyed?: (instance: VcComponentInternalInstance) => any; }, { type: string; }>; export default _default; export declare type VcPostProcessStageScanProps = ExtractPropTypes<typeof postProcessStageScanProps>;