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

4
html/index.d.ts vendored

@ -533,8 +533,8 @@ export interface HTMLAttributes<T extends EventTarget> extends AriaAttributes, D
*/
innerHTML?: string | undefined | null;
/**
* Elements with the contenteditable attribute support innerHTML and textContent bindings.
*/
* Elements with the contenteditable attribute support innerHTML and textContent bindings.
*/
textContent?: string | undefined | null;
}

Loading…
Cancel
Save