tav-ui
Version:
64 lines (60 loc) • 925 B
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
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
}
};
exports.inputNumberProps = inputNumberProps;
//# sourceMappingURL=types2.js.map