UNPKG

@mora-light/vue

Version:
54 lines (53 loc) 1.56 kB
import { PropType } from 'vue'; import { LightExecutingQueryResult } from '../canisters/core_worker/core_worker.did.d'; import { ComponentStatus } from '@mora-light/core/types/running'; declare const _default: import("vue").DefineComponent<{ hostAgent: { required: true; }; data: { type: PropType<LightExecutingQueryResult>; required: false; }; anchor: { type: PropType<{ canister_id: string; hash: string; }>; required: false; }; status: { type: PropType<ComponentStatus>; required: false; }; prop: { type: StringConstructor; required: false; }; }, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, { [key: string]: any; }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ hostAgent: { required: true; }; data: { type: PropType<LightExecutingQueryResult>; required: false; }; anchor: { type: PropType<{ canister_id: string; hash: string; }>; required: false; }; status: { type: PropType<ComponentStatus>; required: false; }; prop: { type: StringConstructor; required: false; }; }>>, {}, {}>; export default _default;