synos-helena 21.12.1 → 21.12.2-beta.0

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/lib/index.d.ts CHANGED
@@ -643,8 +643,8 @@ export interface HLSideMenuPropTypes {
643
643
  subMenus: any[];
644
644
  changeOpenKeys: (unknown) => unknown;
645
645
  onOpenChange: (unknown) => unknown;
646
- generateLink: (unknown, unknown, unknown) => any;
647
- allowsAccessByUrl: (unknown) => unknown;
646
+ generateLink: (unknown, unknown, unknown, unknown) => any;
647
+ allowsAccessByResourceId: (unknown) => unknown;
648
648
  changeCollapsedState: (unknown) => unknown;
649
649
  openKeys: any[];
650
650
  baseboardLogoPath?: string;