easyest-xqp
Version:
36 lines (35 loc) • 1.01 kB
TypeScript
import { Ref } from "vue";
declare const _sfc_main: import("vue").DefineComponent<{
theme: {
type: StringConstructor;
default: string;
};
isAxisChart: {
type: BooleanConstructor;
default: boolean;
};
chartData: {
type: ObjectConstructor;
default: () => any;
};
}, {
chartRef: Ref<HTMLDivElement>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
theme: {
type: StringConstructor;
default: string;
};
isAxisChart: {
type: BooleanConstructor;
default: boolean;
};
chartData: {
type: ObjectConstructor;
default: () => any;
};
}>>, {
theme: string;
isAxisChart: boolean;
chartData: Record<string, any>;
}>;
export default _sfc_main;