@bluemarble/bm-components 1.7.0 → 1.7.1

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.
package/dist/index.d.mts CHANGED
@@ -223,7 +223,6 @@ interface SearchOptions$1 {
223
223
  value: string;
224
224
  }
225
225
  interface UseGridProps$1<T> {
226
- updatedTimes: number;
227
226
  columns: ColumnsProps[];
228
227
  filters?: FilterProps[];
229
228
  rowsPerPageOptions?: number[];
package/dist/index.d.ts CHANGED
@@ -223,7 +223,6 @@ interface SearchOptions$1 {
223
223
  value: string;
224
224
  }
225
225
  interface UseGridProps$1<T> {
226
- updatedTimes: number;
227
226
  columns: ColumnsProps[];
228
227
  filters?: FilterProps[];
229
228
  rowsPerPageOptions?: number[];