mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-05 01:19:45 +08:00
17 lines
243 B
Markdown
17 lines
243 B
Markdown
|
无默认值
|
||
|
====
|
||
|
|
||
|
- order: 5
|
||
|
|
||
|
没有默认时间。
|
||
|
|
||
|
---
|
||
|
|
||
|
````jsx
|
||
|
import { Timepicker } from 'antd';
|
||
|
|
||
|
ReactDOM.render(
|
||
|
<Timepicker placeholder="Select sth." />
|
||
|
, document.getElementById('components-timepicker-demo-no-default-value'));
|
||
|
````
|