Skip to content

Commit 1f50f12

Browse files
Publish new API docs (automated commit)
1 parent b1a3e57 commit 1f50f12

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

docs/time.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
# `time` (component)
22

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

Comments
 (0)