@yusr_systems/ui 6.0.5 → 6.0.6

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
@@ -1389,6 +1389,11 @@ export declare function YusrSideBarMainMenu({ items, LinkComponent, }: {
1389
1389
  url: string;
1390
1390
  icon?: React.ReactNode;
1391
1391
  hasAuth: boolean;
1392
+ subItems?: {
1393
+ title: string;
1394
+ url: string;
1395
+ hasAuth: boolean;
1396
+ }[];
1392
1397
  }[];
1393
1398
  LinkComponent?: React.ElementType;
1394
1399
  }): JSX.Element;