(
el: RElement,
name: string,
value: string | TrustedHTML | TrustedScript | TrustedScriptURL,
namespace?: string | null,
)
| 57 | nextSibling(node: RNode): RNode | null; |
| 58 | |
| 59 | setAttribute( |
| 60 | el: RElement, |
| 61 | name: string, |
| 62 | value: string | TrustedHTML | TrustedScript | TrustedScriptURL, |
no outgoing calls