Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rc-textarea

Package Overview
Dependencies
Maintainers
4
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-textarea - npm Package Compare versions

Comparing version 1.6.1 to 1.6.2

5

es/interface.d.ts

@@ -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?: {

9

es/ResizableTextArea.d.ts
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": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc