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

2
html/index.d.ts vendored

@ -469,7 +469,7 @@ export interface HTMLAttributes<T extends EventTarget> extends AriaAttributes, D
// Standard HTML Attributes
accesskey?: string | undefined | null;
class?: string | undefined | null;
contenteditable?: Booleanish | "inherit" | undefined | null;
contenteditable?: Booleanish | 'inherit' | undefined | null;
contextmenu?: string | undefined | null;
dir?: string | undefined | null;
draggable?: Booleanish | undefined | null;

Loading…
Cancel
Save