---
order: 2
title:
zh-CN: 三种大小
en-US: Three Sizes
---
## zh-CN
三种大小的输入框,大的用在表单中,中的为默认。
## en-US
The input box comes in three sizes. large is used in the form, while the medium size is the default.
```tsx
import { TimePicker } from 'antd';
import moment from 'moment';
import React from 'react';
const App: React.FC = () => (
<>
>
);
export default App;
```