@mindly/ui-components 7.3.0-dev.11 → 7.3.0-dev.12

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.
@@ -11,5 +11,6 @@ export type TabsFeatureProps = {
11
11
  * When true, tabs will stretch to fill the available width equally
12
12
  */
13
13
  fullWidth?: boolean;
14
+ defaultActiveTab?: string;
14
15
  onTabClick?(tab: string): void;
15
16
  };