UNPKG

our-medical

Version:

medical image vue component

86 lines (85 loc) 2.11 kB
import { AxisLayout } from './constant'; import type { PropType } from 'vue'; import type { Color, MarkProps, SeriesProps } from './types'; declare const _default: import("vue").DefineComponent<{ axisLayout: { type: PropType<AxisLayout>; required: true; }; series: { type: PropType<SeriesProps>; }; secondarySeries: { type: PropType<SeriesProps>; }; class: { type: StringConstructor; default: string; }; color: { type: PropType<Color>; }; i18n: { type: PropType<"en" | "zh">; required: true; }; id: { type: PropType<`${string}|primary` | `${string}|secondary`>; required: true; }; prefixMark: { type: PropType<MarkProps>; }; sliceSync: { type: BooleanConstructor; default: boolean; }; pointSync: { type: BooleanConstructor; default: boolean; }; }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, { [key: string]: any; }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ axisLayout: { type: PropType<AxisLayout>; required: true; }; series: { type: PropType<SeriesProps>; }; secondarySeries: { type: PropType<SeriesProps>; }; class: { type: StringConstructor; default: string; }; color: { type: PropType<Color>; }; i18n: { type: PropType<"en" | "zh">; required: true; }; id: { type: PropType<`${string}|primary` | `${string}|secondary`>; required: true; }; prefixMark: { type: PropType<MarkProps>; }; sliceSync: { type: BooleanConstructor; default: boolean; }; pointSync: { type: BooleanConstructor; default: boolean; }; }>>, { class: string; sliceSync: boolean; pointSync: boolean; }, {}>; export default _default;