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 1dfc9eef72
commit 239e62b7aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
html/index.d.ts vendored

@ -591,6 +591,7 @@ export interface AreaHTMLAttributes extends HTMLAttributes<HTMLAreaElement> {
rel?: string | undefined | null;
shape?: string | undefined | null;
target?: string | undefined | null;
ping?: string | undefined | null;
}
export interface BaseHTMLAttributes extends HTMLAttributes<HTMLBaseElement> {

Loading…
Cancel
Save