You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| hourLimit | Limit on the hours it is possible to select | { max?: Number, min?: Number } | - | false |
342
345
| minuteLimit | Limit on the minutes it is possible to select | { max?: Number, min?: Number } | - | false |
343
346
| secondLimit | Limit on the seconds it is possible to select | { max?: Number, min?: Number } | - | false |
@@ -362,20 +365,21 @@ return (
362
365
363
366
The following custom styles can be supplied to re-style the component in any way. Various styles are applied by default - you can take a look at these [here](src/components/TimerPicker/TimerPicker.styles.ts).
0 commit comments