@team_yumi/ramen 0.4.0-next.20240115-49ad45e-e21703df626d136d8f95814fd795c4cb → 0.4.0-next.20240123-c270e1e-afb36a85ba46eecf01f9b4327f12de8f

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.
@@ -48,6 +48,7 @@ export interface IProps {
48
48
  rowKey?: string;
49
49
  onChange: (sorter?: XTableSorter, pagination?: XTablePagination) => void;
50
50
  maxRenderedPages?: number;
51
+ skeleton?: boolean;
51
52
  }
52
53
  declare const XTable: React.FC<IProps>;
53
54
  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.20240115-49ad45e-e21703df626d136d8f95814fd795c4cb",
3
+ "version": "0.4.0-next.20240123-c270e1e-afb36a85ba46eecf01f9b4327f12de8f",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0"