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

2
html/index.d.ts vendored

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

Loading…
Cancel
Save