File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -445,6 +445,9 @@ return (
445445| maximumHours | The highest value on the hours picker | Number | 23 | false |
446446| maximumMinutes | The highest value on the minutes picker | Number | 59 | false |
447447| maximumSeconds | The highest value on the seconds picker | Number | 59 | false |
448+ | hourInterval | The interval between values on the hours picker | Number | 1 | false |
449+ | minuteInterval | The interval between values on the minutes picker | Number | 1 | false |
450+ | secondInterval | The interval between values on the seconds picker | Number | 1 | false |
448451| hourLabel | Label for the hours picker | String \| React.ReactElement | h | false |
449452| minuteLabel | Label for the minutes picker | String \| React.ReactElement | m | false |
450453| secondLabel | Label for the seconds picker | String \| React.ReactElement | s | false |
You can’t perform that action at this time.
0 commit comments