ados-rcm 1.0.133 → 1.0.134

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.
@@ -40,6 +40,12 @@ export interface IAInputProps extends IABaseProps, IAWrapProps {
40
40
  * Description : placeholder of AInput
41
41
  */
42
42
  placeholder?: string;
43
+ /**
44
+ * minLength? : number
45
+ *
46
+ * Description : minLength of AInput
47
+ */
48
+ minLength?: number;
43
49
  /**
44
50
  * maxLength? : number
45
51
  *