g-ui-web
Version:
145 lines (144 loc) • 3.27 kB
TypeScript
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
type: {
type: StringConstructor;
default: string;
};
targetType: {
type: StringConstructor;
default: string;
};
placement: {
type: StringConstructor;
default: string;
};
tooltip: {
type: ArrayConstructor;
default: null;
};
aspect: {
type: StringConstructor;
default: string;
};
aspectPlacement: {
type: StringConstructor;
default: string;
};
size: {
type: StringConstructor;
default: string;
};
arrow: {
type: BooleanConstructor;
default: boolean;
};
border: {
type: BooleanConstructor;
default: boolean;
};
bg: {
type: BooleanConstructor;
default: boolean;
};
chart: {
type: StringConstructor;
default: string;
};
color: {
type: StringConstructor;
default: string;
};
dbOptions: {
type: ObjectConstructor;
default: () => {};
};
tooltipPlacement: {
type: StringConstructor;
default: string;
};
ringPlacement: {
type: StringConstructor;
default: string;
};
}>, {
props: any;
targetRRef: globalThis.Ref<null, null>;
targetLineRef: globalThis.Ref<null, null>;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
type: {
type: StringConstructor;
default: string;
};
targetType: {
type: StringConstructor;
default: string;
};
placement: {
type: StringConstructor;
default: string;
};
tooltip: {
type: ArrayConstructor;
default: null;
};
aspect: {
type: StringConstructor;
default: string;
};
aspectPlacement: {
type: StringConstructor;
default: string;
};
size: {
type: StringConstructor;
default: string;
};
arrow: {
type: BooleanConstructor;
default: boolean;
};
border: {
type: BooleanConstructor;
default: boolean;
};
bg: {
type: BooleanConstructor;
default: boolean;
};
chart: {
type: StringConstructor;
default: string;
};
color: {
type: StringConstructor;
default: string;
};
dbOptions: {
type: ObjectConstructor;
default: () => {};
};
tooltipPlacement: {
type: StringConstructor;
default: string;
};
ringPlacement: {
type: StringConstructor;
default: string;
};
}>> & Readonly<{}>, {
type: string;
size: string;
chart: string;
dbOptions: Record<string, any>;
border: boolean;
placement: string;
tooltip: unknown[];
color: string;
aspect: string;
aspectPlacement: string;
arrow: boolean;
bg: boolean;
tooltipPlacement: string;
targetType: string;
ringPlacement: string;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export default _default;