UNPKG

tav-ui

Version:
28 lines (24 loc) 755 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const countToProps = { startVal: { type: Number, default: 0 }, endVal: { type: Number, default: 2021 }, duration: { type: Number, default: 1500 }, autoplay: { type: Boolean, default: true }, decimals: { type: Number, default: 0, validator(value) { return value >= 0; } }, prefix: { type: String, default: "" }, suffix: { type: String, default: "" }, separator: { type: String, default: "," }, decimal: { type: String, default: "." }, color: { type: String }, useEasing: { type: Boolean, default: true }, transition: { type: String, default: "linear" } }; exports.countToProps = countToProps; //# sourceMappingURL=types2.js.map