@agility/plenum-ui 2.0.0-rc37 → 2.0.0-rc39

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
@@ -849,6 +849,7 @@ declare module '@agility/plenum-ui/stories/molecules/inputs/toggleSwitch/ToggleS
849
849
  variant?: "base" | "short";
850
850
  withIcon?: IDynamicIconProps;
851
851
  disabled?: boolean;
852
+ groupClassName?: string;
852
853
  }
853
854
  const ToggleSwitch: React.FC<IToggleSwitchProps>;
854
855
  export default ToggleSwitch;