rez-table-listing-mui 1.3.51 → 1.3.53

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.ts CHANGED
@@ -123,6 +123,7 @@ interface FilterComponentTabOptions {
123
123
  isSingleFilter?: boolean;
124
124
  isSingleEntity?: boolean;
125
125
  showFilter?: TabType;
126
+ disableShareFilter?: boolean;
126
127
  }
127
128
  type FilterComponentOptions = {
128
129
  showTabs?: true;