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 b71d4f57cd
commit 538605ccdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
html/index.d.ts vendored

@ -704,7 +704,7 @@ export interface ImgHTMLAttributes extends HTMLAttributes<HTMLImageElement> {
decoding?: 'async' | 'auto' | 'sync' | undefined | null; decoding?: 'async' | 'auto' | 'sync' | undefined | null;
height?: number | string | undefined | null; height?: number | string | undefined | null;
ismap?: boolean | undefined | null; ismap?: boolean | undefined | null;
loading?: "eager" | "lazy" | undefined | null; loading?: 'eager' | 'lazy' | undefined | null;
referrerpolicy?: HTMLAttributeReferrerPolicy | undefined | null; referrerpolicy?: HTMLAttributeReferrerPolicy | undefined | null;
sizes?: string | undefined | null; sizes?: string | undefined | null;
src?: string | undefined | null; src?: string | undefined | null;

Loading…
Cancel
Save