@abdellatifui/react 3.2.184 → 3.2.187
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 +2 -0
- package/dist/nextgen.js +2039 -2037
- package/package.json +1 -1
package/dist/nextgen.d.ts
CHANGED
|
@@ -461,6 +461,8 @@ declare interface ExtendedAxiosInstance extends Socket {
|
|
|
461
461
|
csid: string;
|
|
462
462
|
pool: React.RefObject<InternalAxiosRequestConfig[]>;
|
|
463
463
|
props: UseApiProps;
|
|
464
|
+
forceReloadApiMount: () => void;
|
|
465
|
+
forceRemountAxios: () => void;
|
|
464
466
|
}
|
|
465
467
|
|
|
466
468
|
export declare interface FilterState {
|