@livetiles/reach-plugin-types 0.5.0-preview.25 → 0.5.0-preview.26
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/lib/index.d.ts +2 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -6359,7 +6359,8 @@ declare module "apps/reach-app/src/app/admin/users/invite-users-csv/useUserCsvIn
|
|
|
6359
6359
|
setError: import("react").Dispatch<import("react").SetStateAction<string>>;
|
|
6360
6360
|
inviteUsers: (onSuccess?: () => void) => Promise<void>;
|
|
6361
6361
|
isParserReady: boolean;
|
|
6362
|
-
|
|
6362
|
+
isInviting: boolean;
|
|
6363
|
+
canInvite: boolean;
|
|
6363
6364
|
};
|
|
6364
6365
|
}
|
|
6365
6366
|
declare module "apps/reach-app/src/app/admin/users/invite-users-csv/ImportUserButton" {
|