This commit is contained in:
Ling53666
2025-08-18 09:11:51 +08:00
commit 02554225da
2516 changed files with 133155 additions and 0 deletions

View File

@ -0,0 +1,13 @@
export var StepperDefaultProps = {
value: null,
defaultValue: null,
precision: -1,
min: Number.MIN_SAFE_INTEGER,
max: Number.MAX_SAFE_INTEGER,
step: 1,
type: 'digit',
inputClassName: '',
inputStyle: '',
disabled: false,
inputReadOnly: false,
};