@agility/plenum-ui 2.1.10 → 2.1.11

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
@@ -1081,7 +1081,7 @@ declare module '@agility/plenum-ui/stories/organisms/FormInputWithAddons/FormInp
1081
1081
  customIconClass?: string;
1082
1082
  type: AcceptedInputTypes;
1083
1083
  addonBTN?: INestedInputButtonProps;
1084
- inputRef: React.RefObject<HTMLInputElement>;
1084
+ inputRef?: React.RefObject<HTMLInputElement>;
1085
1085
  }
1086
1086
  const FormInputWithAddons: React.FC<IFormInputWithAddonsProps>;
1087
1087
  export default FormInputWithAddons;