@pipelinesolucoes/menu 1.0.3-beta.6 → 1.0.3-beta.7

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.
@@ -16,7 +16,7 @@ interface ItemMenuProps extends ColorProps, BorderProps, LayoutProps {
16
16
  layout: 'button' | 'link';
17
17
  children: React.ReactNode;
18
18
  afterClick?: () => void;
19
- abrirHTTPNovaAba: boolean;
19
+ abrirHTTPNovaAba?: boolean;
20
20
  }
21
21
  /**
22
22
  * Componente de item de menu baseado em `<a>` estilizado via Material UI `styled`.