@choosemycompany/ui 0.13.0 → 0.14.0

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
@@ -126,6 +126,8 @@ declare type __VLS_Props_6 = {
126
126
  variant?: inputVariant;
127
127
  size?: inputSize;
128
128
  description?: string;
129
+ min?: number;
130
+ max?: number;
129
131
  };
130
132
 
131
133
  declare type __VLS_Props_7 = {