Update html/index.d.ts

Co-authored-by: Lyu, Wei-Da <36730922+jasonlyu123@users.noreply.github.com>
pull/7649/head
Simon H 4 years ago committed by GitHub
parent d6125903c7
commit 1dfc9eef72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
html/index.d.ts vendored

@ -669,6 +669,7 @@ export interface FormHTMLAttributes extends HTMLAttributes<HTMLFormElement> {
name?: string | undefined | null; name?: string | undefined | null;
novalidate?: boolean | undefined | null; novalidate?: boolean | undefined | null;
target?: string | undefined | null; target?: string | undefined | null;
rel?: string | undefined | null;
} }
export interface HtmlHTMLAttributes extends HTMLAttributes<HTMLHtmlElement> { export interface HtmlHTMLAttributes extends HTMLAttributes<HTMLHtmlElement> {

Loading…
Cancel
Save