@prosperitainova/mirage-ui 1.0.66 → 1.0.68

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.
@@ -16,6 +16,7 @@ export type InputCurrencyProps = InputHTMLAttributes<HTMLInputElement> & Textare
16
16
  onChange?: (e: any) => void;
17
17
  maxLength?: number;
18
18
  fontSize?: "normal" | "large";
19
+ name?: string;
19
20
  };
20
21
  declare const InputCurrency: (props: InputCurrencyProps) => JSX.Element;
21
22
  export default InputCurrency;