mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Reverted #18227
This commit is contained in:
Vendored
+4
-5
@@ -12,7 +12,6 @@
|
||||
// Tanguy Krotoff <https://github.com/tkrotoff>
|
||||
// Dovydas Navickas <https://github.com/DovydasNavickas>
|
||||
// Stéphane Goetz <https://github.com/onigoetz>
|
||||
// Mike Deverell <https://github.com/devrelm>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
@@ -2392,7 +2391,7 @@ declare namespace React {
|
||||
allowTransparency?: boolean;
|
||||
alt?: string;
|
||||
async?: boolean;
|
||||
autocomplete?: string;
|
||||
autoComplete?: string;
|
||||
autoFocus?: boolean;
|
||||
autoPlay?: boolean;
|
||||
capture?: boolean;
|
||||
@@ -2577,7 +2576,7 @@ declare namespace React {
|
||||
interface FormHTMLAttributes<T> extends HTMLAttributes<T> {
|
||||
acceptCharset?: string;
|
||||
action?: string;
|
||||
autocomplete?: string;
|
||||
autoComplete?: string;
|
||||
encType?: string;
|
||||
method?: string;
|
||||
name?: string;
|
||||
@@ -2623,7 +2622,7 @@ declare namespace React {
|
||||
interface InputHTMLAttributes<T> extends HTMLAttributes<T> {
|
||||
accept?: string;
|
||||
alt?: string;
|
||||
autocomplete?: string;
|
||||
autoComplete?: string;
|
||||
autoFocus?: boolean;
|
||||
capture?: boolean; // https://www.w3.org/TR/html-media-capture/#the-capture-attribute
|
||||
checked?: boolean;
|
||||
@@ -2816,7 +2815,7 @@ declare namespace React {
|
||||
}
|
||||
|
||||
interface TextareaHTMLAttributes<T> extends HTMLAttributes<T> {
|
||||
autocomplete?: string;
|
||||
autoComplete?: string;
|
||||
autoFocus?: boolean;
|
||||
cols?: number;
|
||||
dirName?: string;
|
||||
|
||||
Reference in New Issue
Block a user