@echarts-component/vue
Version:
Echarts component for Vue
11 lines (10 loc) • 999 B
TypeScript
declare const _default: import('vue').DefineComponent<({
type: "inside";
} & Partial<Omit<import('echarts/types/dist/shared').InsideDataZoomOption, "type">>) | ({
type: "slider";
} & Partial<Omit<import('echarts/types/dist/shared').SliderDataZoomOption, "type" | "emphasis" | "textStyle" | "dataBackground" | "selectedDataBackground" | "handleStyle" | "moveHandleStyle" | "brushStyle">>), {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<({
type: "inside";
} & Partial<Omit<import('echarts/types/dist/shared').InsideDataZoomOption, "type">>) | ({
type: "slider";
} & Partial<Omit<import('echarts/types/dist/shared').SliderDataZoomOption, "type" | "emphasis" | "textStyle" | "dataBackground" | "selectedDataBackground" | "handleStyle" | "moveHandleStyle" | "brushStyle">>)> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;