Removed `crossorigin` from HTMLInputAttributes

pull/10921/head
miunau 2 years ago committed by GitHub
parent 7e584e40d7
commit 1d459d6e20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1029,7 +1029,6 @@ export interface HTMLInputAttributes extends HTMLAttributes<HTMLInputElement> {
autocomplete?: string | undefined | null;
capture?: boolean | 'user' | 'environment' | undefined | null; // https://www.w3.org/TR/html-media-capture/#the-capture-attribute
checked?: boolean | undefined | null;
crossorigin?: string | undefined | null;
dirname?: string | undefined | null;
disabled?: boolean | undefined | null;
form?: string | undefined | null;

Loading…
Cancel
Save