@fattureincloud/fic-design-system 0.3.23-alpha.0 → 0.3.23

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,6 +16,7 @@ export interface SidebarItemProps {
16
16
  isActive?: boolean;
17
17
  forceOpenDropdown?: boolean;
18
18
  customProps?: CustomSidebarItemProps;
19
+ href?: string;
19
20
  }
20
21
  export declare const sidebarItemHeight = 44;
21
22
  declare const SidebarItem: (props: SidebarItemProps) => JSX.Element | null;