@a-vision-software/vue-input-components 1.3.8 → 1.3.10

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/types.d.ts CHANGED
@@ -120,6 +120,7 @@ export declare interface TextInputProps {
120
120
  isTextarea?: boolean;
121
121
  maxHeight?: string;
122
122
  height?: string;
123
+ bgColor?: string;
123
124
  }
124
125
 
125
126
  export { }