@visma-swno/vsn-navigation 1.4.0-beta.2 → 1.4.0-beta.4

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.
@@ -181,6 +181,7 @@ export declare class VSNNavigation extends LitElement {
181
181
  private _onShortcut;
182
182
  private _onEscape;
183
183
  private _onTopBarClick;
184
+ private _onSlotContentClick;
184
185
  render(): TemplateResult<1>;
185
186
  }
186
187