mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-29 01:45:49 +08:00
add missing textarea attributes
This commit is contained in:
2
types/react/index.d.ts
vendored
2
types/react/index.d.ts
vendored
@@ -2815,8 +2815,10 @@ declare namespace React {
|
||||
}
|
||||
|
||||
interface TextareaHTMLAttributes<T> extends HTMLAttributes<T> {
|
||||
autoComplete?: string;
|
||||
autoFocus?: boolean;
|
||||
cols?: number;
|
||||
dirName?: string;
|
||||
disabled?: boolean;
|
||||
form?: string;
|
||||
maxLength?: number;
|
||||
|
||||
Reference in New Issue
Block a user