MCPcopy Create free account
hub / github.com/JavaCS3/xterm-player / $div

Function $div

src/ui/DomHelper.ts:30–32  ·  view source on GitHub ↗
(opts?: IHTMLElementOption, ...children: HTMLElement[])

Source from the content-addressed store, hash-verified

28}
29
30export function $div(opts?: IHTMLElementOption, ...children: HTMLElement[]): HTMLElement {
31 return createElement('div', opts, ...children)
32}
33
34export function $span(opts?: IHTMLElementOption, ...children: HTMLElement[]): HTMLElement {
35 return createElement('span', opts, ...children)

Callers 4

ControlBarViewClass · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90

Calls 1

createElementFunction · 0.85

Tested by

no test coverage detected