|
1 | 1 | # `time` (component)
|
2 | 2 |
|
3 |
| -| name | type | default value | description | |
4 |
| -| -------------- | ---------------- | ------------- | ----------- | |
5 |
| -| `excludeTimes` | `array` | | | |
6 |
| -| `format` | `string` | | | |
7 |
| -| `includeTimes` | `array` | | | |
8 |
| -| `injectTimes` | `array` | | | |
9 |
| -| `intervals` | `number` | `30` | | |
10 |
| -| `maxTime` | `instanceOfDate` | | | |
11 |
| -| `minTime` | `instanceOfDate` | | | |
12 |
| -| `monthRef` | `object` | | | |
13 |
| -| `onChange` | `func` | | | |
14 |
| -| `onTimeChange` | | `() => {}` | | |
15 |
| -| `selected` | `instanceOfDate` | | | |
16 |
| -| `timeCaption` | `string` | `"Time"` | | |
17 |
| -| `todayButton` | `node` | `null` | | |
| 3 | +| name | type | default value | description | |
| 4 | +| -------------- | ---------------------- | ------------- | ----------- | |
| 5 | +| `excludeTimes` | `array` | | | |
| 6 | +| `format` | `string` | | | |
| 7 | +| `includeTimes` | `array` | | | |
| 8 | +| `injectTimes` | `array` | | | |
| 9 | +| `intervals` | `number` | `30` | | |
| 10 | +| `locale` | `union(string\|shape)` | | | |
| 11 | +| `maxTime` | `instanceOfDate` | | | |
| 12 | +| `minTime` | `instanceOfDate` | | | |
| 13 | +| `monthRef` | `object` | | | |
| 14 | +| `onChange` | `func` | | | |
| 15 | +| `onTimeChange` | | `() => {}` | | |
| 16 | +| `selected` | `instanceOfDate` | | | |
| 17 | +| `timeCaption` | `string` | `"Time"` | | |
| 18 | +| `todayButton` | `node` | `null` | | |
0 commit comments