@team_yumi/ramen 0.4.0-next.20231219-2241d97-88623b51301e936ab6c7a1c25ff918aa → 0.4.0-next.20231219-decd25b-61c12120c13e6cf198e03e06cba26629

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -47,6 +47,7 @@ export interface IProps {
47
47
  dataSource?: object[];
48
48
  rowKey?: string;
49
49
  onChange: (sorter?: XTableSorter, pagination?: XTablePagination) => void;
50
+ maxRenderedPages?: number;
50
51
  }
51
52
  declare const XTable: React.FC<IProps>;
52
53
  export default XTable;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team_yumi/ramen",
3
- "version": "0.4.0-next.20231219-2241d97-88623b51301e936ab6c7a1c25ff918aa",
3
+ "version": "0.4.0-next.20231219-decd25b-61c12120c13e6cf198e03e06cba26629",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0"