react-frontend-common-components 0.0.81 → 0.0.83

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/index.d.ts CHANGED
@@ -92,8 +92,9 @@ interface AppTabProps {
92
92
  items?: TabsProps["items"];
93
93
  handleChange?: (activeKey: string) => void;
94
94
  defaultActiveKey?: string;
95
+ activeKey?: string;
95
96
  }
96
- declare const AppTab: ({ className, items, handleChange, defaultActiveKey, }: AppTabProps) => react_jsx_runtime.JSX.Element;
97
+ declare const AppTab: ({ className, items, handleChange, defaultActiveKey, activeKey, }: AppTabProps) => react_jsx_runtime.JSX.Element;
97
98
 
98
99
  interface BackArrowProps {
99
100
  text?: string;