@ikatec/nebula-react 1.0.15 → 1.0.16

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.mts CHANGED
@@ -614,6 +614,7 @@ interface TextAreaProps extends React$1.InputHTMLAttributes<HTMLTextAreaElement>
614
614
  resize?: boolean;
615
615
  showCount?: boolean;
616
616
  autoResize?: boolean;
617
+ asInput?: boolean;
617
618
  }
618
619
  /**
619
620
  * TextArea component.
package/dist/index.d.ts CHANGED
@@ -614,6 +614,7 @@ interface TextAreaProps extends React$1.InputHTMLAttributes<HTMLTextAreaElement>
614
614
  resize?: boolean;
615
615
  showCount?: boolean;
616
616
  autoResize?: boolean;
617
+ asInput?: boolean;
617
618
  }
618
619
  /**
619
620
  * TextArea component.