rc-textarea
Advanced tools
Comparing version 1.5.2 to 1.5.3
import * as React from 'react'; | ||
import type { ResizableTextAreaRef } from './interface'; | ||
declare const ResizableTextArea: React.ForwardRefExoticComponent<Omit<import("./interface").HTMLTextareaProps, "onResize" | "value"> & { | ||
declare const ResizableTextArea: React.ForwardRefExoticComponent<Omit<import("./interface").HTMLTextareaProps, "value" | "onResize"> & { | ||
value?: string | number | bigint | readonly string[]; | ||
@@ -5,0 +5,0 @@ prefixCls?: string; |
import React from 'react'; | ||
import type { TextAreaRef } from './interface'; | ||
declare const TextArea: React.ForwardRefExoticComponent<Omit<import("./interface").HTMLTextareaProps, "onResize" | "value"> & { | ||
declare const TextArea: React.ForwardRefExoticComponent<Omit<import("./interface").HTMLTextareaProps, "value" | "onResize"> & { | ||
value?: string | number | bigint | readonly string[]; | ||
@@ -5,0 +5,0 @@ prefixCls?: string; |
@@ -201,2 +201,3 @@ import _extends from "@babel/runtime/helpers/esm/extends"; | ||
inputElement: /*#__PURE__*/React.createElement(ResizableTextArea, _extends({}, rest, { | ||
maxLength: maxLength, | ||
onKeyDown: handleKeyDown, | ||
@@ -203,0 +204,0 @@ onChange: onInternalChange, |
import * as React from 'react'; | ||
import type { ResizableTextAreaRef } from './interface'; | ||
declare const ResizableTextArea: React.ForwardRefExoticComponent<Omit<import("./interface").HTMLTextareaProps, "onResize" | "value"> & { | ||
declare const ResizableTextArea: React.ForwardRefExoticComponent<Omit<import("./interface").HTMLTextareaProps, "value" | "onResize"> & { | ||
value?: string | number | bigint | readonly string[]; | ||
@@ -5,0 +5,0 @@ prefixCls?: string; |
import React from 'react'; | ||
import type { TextAreaRef } from './interface'; | ||
declare const TextArea: React.ForwardRefExoticComponent<Omit<import("./interface").HTMLTextareaProps, "onResize" | "value"> & { | ||
declare const TextArea: React.ForwardRefExoticComponent<Omit<import("./interface").HTMLTextareaProps, "value" | "onResize"> & { | ||
value?: string | number | bigint | readonly string[]; | ||
@@ -5,0 +5,0 @@ prefixCls?: string; |
@@ -211,2 +211,3 @@ "use strict"; | ||
inputElement: /*#__PURE__*/_react.default.createElement(_ResizableTextArea.default, (0, _extends2.default)({}, rest, { | ||
maxLength: maxLength, | ||
onKeyDown: handleKeyDown, | ||
@@ -213,0 +214,0 @@ onChange: onInternalChange, |
{ | ||
"name": "rc-textarea", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"description": "Pretty Textarea react component used in used in ant.design", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
61642
1247