@ -8,7 +8,10 @@ let prefixCls = 'ant-pagination';
class AntPagination extends React.Component {
render() {
return <Pagination selectComponentClass={Select} selectPrefixCls="ant-select" prefixCls={prefixCls} {...this.props} />;
return <Pagination selectComponentClass={Select}
selectPrefixCls="ant-select"
prefixCls={prefixCls}
{...this.props} />;
}