Skip to content

Commit

Permalink
docs(time-picker): update doc (#1757)
Browse files Browse the repository at this point in the history
  • Loading branch information
doom-9-zz authored Dec 6, 2021
1 parent 8216eec commit ebb70d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/time-picker/demos/zhCN/index.demo-entry.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ hours12
| is-hour-disabled | `(hour: number) => boolean` | `() => false` | 用于禁用小时的回调函数 |
| is-minute-disabled | `(minute: number, hour: number) => boolean` | `() => false` | 用于禁用分钟的回调函数 |
| is-second-disabled | `(second: number, minute: number, hour: number) => boolean` | `() => false` | 用于禁用秒钟的回调函数 |
| placeholder | `string` | `'Select Time'` | 选择框的占位符 |
| placeholder | `string` | `'请选择时间'` | 选择框的占位符 |
| size | `'small' \| 'medium' \| 'large'` | `'medium'` | 选择框的尺寸 |
| use-12-hours | `boolean` | `false` | 是否使用 12 小时制的面板 |
| value | `number \| null` | `undefined` | 受控模式下的值 |
Expand Down

0 comments on commit ebb70d8

Please sign in to comment.