UNPKG

@transcend-io/consent-manager-ui

Version:
5 lines (4 loc) 168 B
export const createHTMLElement = <TElt extends HTMLElement>( tagName: string, ): TElt => document.createElementNS('http://www.w3.org/1999/xhtml', tagName) as TElt;