UNPKG

tav-ui

Version:
39 lines (35 loc) 946 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const countDownButtonProps = { value: { type: [Object, Number, String, Array] }, count: { type: Number, default: 60 }, beforeStartFunc: { type: Function, default: null } }; const countDownProps = { value: { type: String }, size: { type: String, validator: (v) => ["default", "large", "small"].includes(v) }, count: { type: Number, default: 60 }, sendCodeApi: { type: Function, default: null } }; const countDownInputProps = { value: { type: String }, size: { type: String, validator: (v) => ["default", "large", "small"].includes(v) }, count: { type: Number, default: 60 }, sendCodeApi: { type: Function, default: null } }; exports.countDownButtonProps = countDownButtonProps; exports.countDownInputProps = countDownInputProps; exports.countDownProps = countDownProps; //# sourceMappingURL=types2.js.map