@up42/up-components 0.10.4 → 0.10.5
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,7 +20,7 @@ export declare type TabGroupProps = {
|
|
|
20
20
|
/**
|
|
21
21
|
* An optional event to be called when additional action is needed when changing tab
|
|
22
22
|
*/
|
|
23
|
-
onChange?: () => void;
|
|
23
|
+
onChange?: (event: any) => void;
|
|
24
24
|
};
|
|
25
25
|
/**
|
|
26
26
|
* Documentation: https://up-components.up42.dev/?path=/docs/patterns-tabgroup
|
package/dist/index.d.ts
CHANGED
|
@@ -345,7 +345,7 @@ declare type TabGroupProps = {
|
|
|
345
345
|
/**
|
|
346
346
|
* An optional event to be called when additional action is needed when changing tab
|
|
347
347
|
*/
|
|
348
|
-
onChange?: () => void;
|
|
348
|
+
onChange?: (event: any) => void;
|
|
349
349
|
};
|
|
350
350
|
/**
|
|
351
351
|
* Documentation: https://up-components.up42.dev/?path=/docs/patterns-tabgroup
|