@inceptionbg/main 2.0.24 → 2.0.25

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
@@ -1553,6 +1553,7 @@ declare const NoMatchPage: FC;
1553
1553
  declare const SelectOrgPage: FC;
1554
1554
 
1555
1555
  interface Props$7 {
1556
+ customTitle?: string;
1556
1557
  hideModules?: boolean;
1557
1558
  hideNotifications?: boolean;
1558
1559
  children?: ReactNode;