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 18f2596ea3
commit 5fa2467572
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
html/index.d.ts vendored

@ -482,7 +482,7 @@ export interface HTMLAttributes<T extends EventTarget> extends AriaAttributes, D
style?: string | undefined | null; style?: string | undefined | null;
tabindex?: number | undefined | null; tabindex?: number | undefined | null;
title?: string | undefined | null; title?: string | undefined | null;
translate?: "yes" | "no" | "" | undefined | null; translate?: 'yes' | 'no' | '' | undefined | null;
inert?: boolean | undefined | null; inert?: boolean | undefined | null;
// Unknown // Unknown

Loading…
Cancel
Save