@dfsj/echarts
Version:
专业的水文曲线组件或构造函数以及通用的echart二次封装图表
62 lines (61 loc) • 1.67 kB
TypeScript
import { statistics as s } from '../utils/statistics';
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
value: {
type: ObjectConstructor;
required: true;
default: any;
};
chart: {
type: any;
required: true;
default: any;
};
visible: {
type: BooleanConstructor;
required: true;
default: boolean;
};
statistical: {
type: NumberConstructor;
required: true;
default: number;
};
collect: {
type: FunctionConstructor;
required: true;
default: typeof s;
};
}>, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
[key: string]: any;
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
value: {
type: ObjectConstructor;
required: true;
default: any;
};
chart: {
type: any;
required: true;
default: any;
};
visible: {
type: BooleanConstructor;
required: true;
default: boolean;
};
statistical: {
type: NumberConstructor;
required: true;
default: number;
};
collect: {
type: FunctionConstructor;
required: true;
default: typeof s;
};
}>> & Readonly<{}>, {
value: Record<string, any>;
statistical: number;
collect: Function;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;