@inceptionbg/main 2.0.34 → 2.0.35

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
@@ -1526,6 +1526,7 @@ declare const UserOrgProvider: ({ children }: IProps$1) => react_jsx_runtime.JSX
1526
1526
  interface Props$9 {
1527
1527
  routes: IRoute[];
1528
1528
  sidebarItems: ISidebarItem[][];
1529
+ hideNotifications?: boolean;
1529
1530
  }
1530
1531
  declare const Router: FC<Props$9>;
1531
1532
 
@@ -1552,6 +1553,7 @@ declare const Header: FC<Props$7>;
1552
1553
 
1553
1554
  interface Props$6 {
1554
1555
  sidebarItems: ISidebarItem[][];
1556
+ hideNotifications?: boolean;
1555
1557
  children: ReactNode;
1556
1558
  }
1557
1559
  declare const MainPageWrapper: FC<Props$6>;