@inceptionbg/iui 2.0.51 → 2.0.53

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
@@ -1087,7 +1087,7 @@ interface Props$9 {
1087
1087
  fullScreenRoutes: IRoute[];
1088
1088
  appRoutes: IRoute[];
1089
1089
  header: ComponentProps<typeof Header>;
1090
- sidebar: ComponentProps<typeof Sidebar>;
1090
+ sidebar?: ComponentProps<typeof Sidebar>;
1091
1091
  }
1092
1092
  declare const Router: FC<Props$9>;
1093
1093