@tempots/dom

HeadlessAdapter.setStyles property

Sets the styles of an element.

Signature:

readonly setStyles: (el: EL, styles: Record<string, string>) => void;