vue-echarts-linkage
Version:
vue3 echarts 的联动组件
33 lines (32 loc) • 1.13 kB
TypeScript
import { PropType, DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
import { YAxisLimitType } from './type';
declare const _default: DefineComponent<ExtractPropTypes<{
yAxisLimits: {
type: PropType<YAxisLimitType[]>;
default: () => never[];
};
dialogVisible: {
type: BooleanConstructor;
default: boolean;
};
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
cancel: (...args: any[]) => void;
confirm: (...args: any[]) => void;
}, string, PublicProps, Readonly< ExtractPropTypes<{
yAxisLimits: {
type: PropType<YAxisLimitType[]>;
default: () => never[];
};
dialogVisible: {
type: BooleanConstructor;
default: boolean;
};
}>> & Readonly<{
onCancel?: ((...args: any[]) => any) | undefined;
onConfirm?: ((...args: any[]) => any) | undefined;
}>, {
yAxisLimits: YAxisLimitType[];
dialogVisible: boolean;
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
export default _default;
//# sourceMappingURL=index.vue.d.ts.map