rc-textarea
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -1,2 +0,2 @@ | ||
import type { BaseInputProps, InputProps } from 'rc-input/lib/interface'; | ||
import type { BaseInputProps, CommonInputProps, InputProps } from 'rc-input/lib/interface'; | ||
import type React from 'react'; | ||
@@ -23,6 +23,5 @@ import type { CSSProperties } from 'react'; | ||
}) => void; | ||
classNames?: { | ||
classNames?: CommonInputProps['classNames'] & { | ||
textarea?: string; | ||
count?: string; | ||
affixWrapper?: string; | ||
}; | ||
@@ -29,0 +28,0 @@ styles?: { |
import * as React from 'react'; | ||
import type { ResizableTextAreaRef } from './interface'; | ||
declare const ResizableTextArea: React.ForwardRefExoticComponent<Omit<import("./interface").HTMLTextareaProps, "value" | "onResize"> & { | ||
declare const ResizableTextArea: React.ForwardRefExoticComponent<Omit<import("./interface").HTMLTextareaProps, "onResize" | "value"> & { | ||
value?: string | number | bigint | readonly string[]; | ||
@@ -15,5 +15,10 @@ prefixCls?: string; | ||
classNames?: { | ||
affixWrapper?: string; | ||
prefix?: string; | ||
suffix?: string; | ||
groupWrapper?: string; | ||
wrapper?: string; | ||
} & { | ||
textarea?: string; | ||
count?: string; | ||
affixWrapper?: string; | ||
}; | ||
@@ -20,0 +25,0 @@ styles?: { |
@@ -15,5 +15,10 @@ import React from 'react'; | ||
classNames?: { | ||
affixWrapper?: string; | ||
prefix?: string; | ||
suffix?: string; | ||
groupWrapper?: string; | ||
wrapper?: string; | ||
} & { | ||
textarea?: string; | ||
count?: string; | ||
affixWrapper?: string; | ||
}; | ||
@@ -20,0 +25,0 @@ styles?: { |
@@ -1,2 +0,2 @@ | ||
import type { BaseInputProps, InputProps } from 'rc-input/lib/interface'; | ||
import type { BaseInputProps, CommonInputProps, InputProps } from 'rc-input/lib/interface'; | ||
import type React from 'react'; | ||
@@ -23,6 +23,5 @@ import type { CSSProperties } from 'react'; | ||
}) => void; | ||
classNames?: { | ||
classNames?: CommonInputProps['classNames'] & { | ||
textarea?: string; | ||
count?: string; | ||
affixWrapper?: string; | ||
}; | ||
@@ -29,0 +28,0 @@ styles?: { |
import * as React from 'react'; | ||
import type { ResizableTextAreaRef } from './interface'; | ||
declare const ResizableTextArea: React.ForwardRefExoticComponent<Omit<import("./interface").HTMLTextareaProps, "value" | "onResize"> & { | ||
declare const ResizableTextArea: React.ForwardRefExoticComponent<Omit<import("./interface").HTMLTextareaProps, "onResize" | "value"> & { | ||
value?: string | number | bigint | readonly string[]; | ||
@@ -15,5 +15,10 @@ prefixCls?: string; | ||
classNames?: { | ||
affixWrapper?: string; | ||
prefix?: string; | ||
suffix?: string; | ||
groupWrapper?: string; | ||
wrapper?: string; | ||
} & { | ||
textarea?: string; | ||
count?: string; | ||
affixWrapper?: string; | ||
}; | ||
@@ -20,0 +25,0 @@ styles?: { |
@@ -15,5 +15,10 @@ import React from 'react'; | ||
classNames?: { | ||
affixWrapper?: string; | ||
prefix?: string; | ||
suffix?: string; | ||
groupWrapper?: string; | ||
wrapper?: string; | ||
} & { | ||
textarea?: string; | ||
count?: string; | ||
affixWrapper?: string; | ||
}; | ||
@@ -20,0 +25,0 @@ styles?: { |
{ | ||
"name": "rc-textarea", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"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
61618
1239