mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 03:59:01 +08:00
code style
This commit is contained in:
parent
91a749a810
commit
d48b80299b
@ -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} />;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user