@pusdn/pgz-comp-elep
Version:
PGZ组件库,Vue3 中基于Element-Plus二次封装基础组件文档
78 lines (77 loc) • 2.17 kB
TypeScript
declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
options: {
type: ObjectConstructor;
required: false;
default: () => {};
};
id: {
type: StringConstructor;
required: false;
default: () => string;
};
theme: {
type: StringConstructor;
required: false;
default: string;
};
isEmpty: {
type: (BooleanConstructor | FunctionConstructor)[];
required: false;
default: boolean;
};
description: {
type: StringConstructor;
required: false;
default: string;
};
}>, {
proxy: any;
props: any;
echartRef: import("vue").Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
chart: import("vue").Ref<any, any>;
emits: (event: string, ...args: any[]) => void;
events: [string, unknown][];
renderChart: () => void;
resizeChart: {
(this: unknown, ...args: any[]): Promise<unknown>;
cancel(): void;
};
setOption: {
(this: unknown, ...args: any[]): Promise<unknown>;
cancel(): void;
};
formatEmpty: import("vue").ComputedRef<any>;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
options: {
type: ObjectConstructor;
required: false;
default: () => {};
};
id: {
type: StringConstructor;
required: false;
default: () => string;
};
theme: {
type: StringConstructor;
required: false;
default: string;
};
isEmpty: {
type: (BooleanConstructor | FunctionConstructor)[];
required: false;
default: boolean;
};
description: {
type: StringConstructor;
required: false;
default: string;
};
}>> & Readonly<{}>, {
options: Record<string, any>;
id: string;
theme: string;
isEmpty: boolean | Function;
description: string;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _sfc_main;