提交 0d932f79 编写于 作者: Z zy410419243

chore: remove any

上级 cc8d8b05
......@@ -147,7 +147,7 @@ export default class Header extends React.Component<HeaderProps, any> {
type === 'month'
? this.getMonthSelectElement(prefixCls, value.month(), this.getMonthsLocale(value))
: null;
const size = (fullscreen ? 'default' : 'small') as any;
const size = fullscreen ? 'default' : 'small';
const typeSwitch = (
<Group onChange={this.onTypeChange} value={type} size={size}>
<Button value="month">{locale.month}</Button>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册