vdrag-topo-ui
Version:
50 lines (49 loc) • 1.42 kB
TypeScript
declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
config: {
type: null;
required: true;
default: () => {
key: string;
min: number;
max: number;
step: number;
precision: number;
};
};
data: {
type: null;
required: true;
};
}>, {
DEFAULT_MIN_VALUE: number;
DEFAULT_MAX_VALUE: number;
DEFAULT_STEP: number;
DEFAULT_PRECISION: number;
props: any;
emit: (event: "changeValue", ...args: any[]) => void;
config: import("vue").Ref<any, any>;
data: import("vue").Ref<any, any>;
changeValue: (value: any) => void;
readonly lineHeight: string;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "changeValue"[], "changeValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
config: {
type: null;
required: true;
default: () => {
key: string;
min: number;
max: number;
step: number;
precision: number;
};
};
data: {
type: null;
required: true;
};
}>> & Readonly<{
onChangeValue?: ((...args: any[]) => any) | undefined;
}>, {
config: any;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _sfc_main;