PreactDOMAttributesinterface PreactDOMAttributes {children?: ComponentChildren;dangerouslySetInnerHTML?: {__html: Parameters<DOMParser["parseFromString"]>[0]; };}§Properties§children?: ComponentChildren[src]§dangerouslySetInnerHTML?: {__html: Parameters<DOMParser["parseFromString"]>[0]; }[src]