Update html/index.d.ts

Co-authored-by: Ignatius Bagus <ignatius.mbs@gmail.com>
pull/7649/head
Simon H 4 years ago committed by GitHub
parent f84c78f2ed
commit b71d4f57cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
html/index.d.ts vendored

@ -701,7 +701,7 @@ export interface IframeHTMLAttributes extends HTMLAttributes<HTMLIFrameElement>
export interface ImgHTMLAttributes extends HTMLAttributes<HTMLImageElement> {
alt?: string | undefined | null;
crossorigin?: 'anonymous' | 'use-credentials' | '' | undefined | null;
decoding?: "async" | "auto" | "sync" | undefined | null;
decoding?: 'async' | 'auto' | 'sync' | undefined | null;
height?: number | string | undefined | null;
ismap?: boolean | undefined | null;
loading?: "eager" | "lazy" | undefined | null;

Loading…
Cancel
Save