@agility/plenum-ui 2.1.26 → 2.1.27

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
@@ -503,6 +503,7 @@ declare module '@agility/plenum-ui/stories/molecules/inputs/InputLabel/InputLabe
503
503
  label?: string;
504
504
  truncateLabel?: boolean;
505
505
  fullWidthLabel?: boolean;
506
+ noMarginBottom?: boolean;
506
507
  }
507
508
  /** Comment */
508
509
  const InputLabel: FC<IInputLabelProps>;