@ws-ui/ui-components 1.0.23 → 1.0.24

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
@@ -2699,6 +2699,7 @@ export declare interface InputAreaProps extends Omit<React.TextareaHTMLAttribute
2699
2699
  autoComplete?: string;
2700
2700
  autoFocus?: boolean;
2701
2701
  className?: string;
2702
+ wrapperClassName?: string;
2702
2703
  autoHeight?: boolean;
2703
2704
  'aria-label'?: string;
2704
2705
  'aria-labelledby'?: string;