UNPKG

tag

Version:

Library for creating DOM elements

7 lines (4 loc) 179 B
export = tag; type Children = HTMLElement[] | string; type Options = {}; declare function tag(name: string, props?: Options | Children, children?: Children): HTMLElement;