File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ npm start
7373| 参数 | 类型 | 默认值 | 说明 |
7474| ---------------------------- | ------------------------------------------ | -------------------------------------- | -------------------------------------- |
7575| align | ` 'start' \| 'center' \| 'end' ` | - | 对齐分页项目。 |
76- | className | ` string ` | - | 根元素的className。 |
77- | classNames | ` Partial<Record<'item', string>> ` | - | 语义className。 |
76+ | className | ` string ` | - | 根元素的 className。 |
77+ | classNames | ` Partial<Record<'item', string>> ` | - | 语义 className。 |
7878| current | ` number ` | - | 控制当前页面。 |
7979| defaultCurrent | ` number ` | ` 1 ` | 初始当前页面。 |
8080| defaultPageSize | ` number ` | ` 10 ` | 初始页面大小。 |
@@ -87,7 +87,7 @@ npm start
8787| nextIcon | ` ReactNode \| ComponentType ` | - | 自定义下一个图标。 |
8888| pageSize | ` number ` | - | 受控的页面大小。 |
8989| pageSizeOptions | ` number[] ` | - | 页面大小选项。 |
90- | prefixCls | ` string ` | ` rc-pagination ` | className前缀。 |
90+ | prefixCls | ` string ` | ` rc-pagination ` | className 前缀。 |
9191| prevIcon | ` ReactNode \| ComponentType ` | - | 自定义上一个图标。 |
9292| role | ` React.AriaRole ` | - | WAI-ARIA role. |
9393| selectPrefixCls | ` string ` | ` rc-select ` | 尺寸变换器选择的前缀。 |
You can’t perform that action at this time.
0 commit comments