| 参数 | 说明 | 类型 | 默认值 | 
|---|---|---|---|
| prefixCls | prefixCls of this component | String | |
| value | 输入框当前的值 | moment | |
| defaultValue | 输入框默认的值 | moment | |
| defaultType | 默认渲染类型:日期/月份 | string | date | 
| type | 面板的类型:日期/月份 | string | |
| onTypeChange | 面板切换的回调函数 | function(type) | |
| fullscreen | 铺满显示 | bool | false | 
| monthCellRender | 月份显示回调函数 | function | |
| dateCellRender | 日期显示回调函数 | function | |
| monthCellContentRender | 月份内容渲染回调函数 | function | |
| dateCellContentRender | 日期内容渲染回调函数 | function | |
| onSelect | 日期选中回调函数 | Function(date: moment) |