@sunny-base-web/effects 0.8.96 → 0.8.97

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
@@ -2913,6 +2913,7 @@ export declare function useList<T>(options: {
2913
2913
  handleSearchPlanSearch: (formValues: any) => Promise<void>;
2914
2914
  handleDefaultPlanLoaded: (formValues: any) => Promise<void>;
2915
2915
  fetchResourceConfig: () => Promise<void>;
2916
+ loadDefaultSearchPlan: () => Promise<void>;
2916
2917
  };
2917
2918
 
2918
2919
  /**