yanzhen-design-vue
Version:
55 lines (54 loc) • 1.39 kB
TypeScript
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
size: {
type: StringConstructor;
};
suffix: {
type: StringConstructor;
};
value: {
type: StringConstructor;
};
isDetail: {
type: BooleanConstructor;
};
showStyle: {
type: import('vue').PropType<any>;
};
convertUnit: {
type: import('vue').PropType<any>;
};
precision: {
type: import('vue').PropType<any>;
};
showThousan: {
type: import('vue').PropType<any>;
};
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
size: {
type: StringConstructor;
};
suffix: {
type: StringConstructor;
};
value: {
type: StringConstructor;
};
isDetail: {
type: BooleanConstructor;
};
showStyle: {
type: import('vue').PropType<any>;
};
convertUnit: {
type: import('vue').PropType<any>;
};
precision: {
type: import('vue').PropType<any>;
};
showThousan: {
type: import('vue').PropType<any>;
};
}>> & Readonly<{}>, {
isDetail: boolean;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export default _default;