@inceptionbg/main 2.0.252 → 2.0.253

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
@@ -1443,6 +1443,7 @@ declare const RolesWithPrivileges: FC<Props$8>;
1443
1443
  interface Props$7 {
1444
1444
  i18n: any;
1445
1445
  children: ReactNode;
1446
+ toastPosition?: ToastPosition;
1446
1447
  }
1447
1448
  declare const AppWrapper: FC<Props$7>;
1448
1449