Files

15 lines
320 B
JavaScript
Raw Permalink Normal View History

2025-08-18 09:11:51 +08:00
export var NumberKeyboardDefaultProps = {
closeable: false,
point: true,
confirmText: '',
vibrate: false,
visible: false,
value: '',
safeArea: true,
random: false,
confirmDisabled: false,
onChange: function () { },
onConfirm: function () { },
onClose: function () { },
};