@tempots/dom

HeadlessAdapter.setInnerHTML property

Sets the inner HTML of an element.

Signature:

readonly setInnerHTML: (el: EL, html: string) => void;