@abdellatifui/react 3.2.185 → 3.2.188

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/nextgen.d.ts CHANGED
@@ -462,6 +462,7 @@ declare interface ExtendedAxiosInstance extends Socket {
462
462
  pool: React.RefObject<InternalAxiosRequestConfig[]>;
463
463
  props: UseApiProps;
464
464
  forceReloadApiMount: () => void;
465
+ forceRemountAxios: () => void;
465
466
  }
466
467
 
467
468
  export declare interface FilterState {