@aws/mynah-ui 4.16.0 → 4.16.1-beta.1

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/dist/main.d.ts CHANGED
@@ -121,7 +121,7 @@ export declare class MynahUI {
121
121
  * @param eventId last action's user event ID passed from an event binded to mynahUI.
122
122
  * Without user intent you cannot switch to a different tab
123
123
  */
124
- selectTab: (tabId: string, eventId: string) => void;
124
+ selectTab: (tabId: string, eventId?: string) => void;
125
125
  /**
126
126
  * If exists, close the given tab
127
127
  * @param tabId Tab ID to switch to