PreactDOMAttributesinterface PreactDOMAttributes {children?: ComponentChildren;dangerouslySetInnerHTML?: {__html: string; };}§Properties§children?: ComponentChildren[src]§dangerouslySetInnerHTML?: {__html: string; }[src]