tav-ui
Version:
60 lines (58 loc) • 831 B
JavaScript
const inputNumberProps = {
addonAfter: {
type: [String, Object]
},
addonBefore: {
type: [String, Object]
},
allowClear: {
type: Boolean,
default: false
},
bordered: {
type: Boolean,
default: true
},
defaultValue: {
type: String
},
disabled: {
type: Boolean,
default: false
},
id: {
type: String
},
maxLength: {
type: Number
},
showCount: {
type: Boolean,
default: false
},
status: {
type: String
},
prefix: {
type: [String, Object]
},
size: {
type: String,
default: "middle"
},
suffix: {
type: [String, Object]
},
type: {
type: String,
default: "text"
},
value: {
type: String
},
placeholder: {
type: String
}
};
export { inputNumberProps };
//# sourceMappingURL=types2.mjs.map