@syook/react-tabulous 4.0.0-beta-0.4 → 4.0.0-beta-0.6

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.
@@ -2,6 +2,4 @@ import { type GridColDef, type GridBaseColDef } from '../models';
2
2
  export declare const getColumnsAndSearchKeys: (columns: GridBaseColDef[]) => {
3
3
  columns: GridColDef[];
4
4
  searchKeys: string[];
5
- filters: any;
6
- searchText: string;
7
5
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syook/react-tabulous",
3
- "version": "4.0.0-beta-0.4",
3
+ "version": "4.0.0-beta-0.6",
4
4
  "description": "Terrifically fabulous React Table",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.esm.js",