rez-table-listing-mui 1.0.47 → 1.0.49

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
@@ -176,6 +176,8 @@ interface CraftTableOptionsProps {
176
176
  setFilterMaster: Dispatch<SetStateAction<FilterMasterStateProps | null>>;
177
177
  showTableFilter: boolean;
178
178
  setShowTableFilter: Dispatch<SetStateAction<boolean>>;
179
+ showFilterOptions: boolean;
180
+ setShowFilterOption: Dispatch<SetStateAction<boolean>>;
179
181
  }
180
182
  interface craftTableFilterSettingsOptionsProps {
181
183
  settingsData: SettingsDataProps;