no-default-value.md 240 字节
Newer Older
M
MG12 已提交
1
# 无默认值
M
MG12 已提交
2 3 4 5 6 7 8 9 10 11 12 13 14 15

-	order: 5

没有默认时间。

---

````jsx
import { Timepicker } from 'antd';

ReactDOM.render(
  <Timepicker placeholder="Select sth." />
, document.getElementById('components-timepicker-demo-no-default-value'));
````