@solace-health/ui 0.5.7 → 0.5.9

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
@@ -160,6 +160,7 @@ declare type Props$2 = {
160
160
  children: string | React.ReactNode;
161
161
  }[];
162
162
  className?: string;
163
+ defaultActiveKey?: string;
163
164
  };
164
165
  declare const Tabs: ({ items, className, ...otherProps }: Props$2) => react_jsx_runtime.JSX.Element;
165
166