@agility/plenum-ui 2.2.4 → 2.2.5

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
@@ -902,6 +902,7 @@ declare module '@agility/plenum-ui/stories/molecules/inputs/select/Select' {
902
902
  className?: string;
903
903
  onFocus?: () => void;
904
904
  onBlur?: () => void;
905
+ message?: string;
905
906
  }
906
907
  const Select: React.FC<ISelectProps>;
907
908
  export default Select;