@visma-swno/vsn-navigation 1.1.0-beta.17 → 1.1.0-beta.19

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.
@@ -20,6 +20,11 @@ declare type BaseTreeItem = {
20
20
  'data-qa-id'?: string;
21
21
  };
22
22
 
23
+ export declare type ButtonClickedEvent = {
24
+ /** The clicked HTMLButtonElement. Can be used as an anchor to position popups. */
25
+ target: HTMLButtonElement;
26
+ };
27
+
23
28
  export declare type FeedbackConfig = {
24
29
  workspaceId: string;
25
30
  surveyId: string;