Variable allTagsConst

allTags: AllTags = ...

List of all HTML tag functions. From div to abbr :) If you want to create any other tag, use the tag function.

Example

const { div, p, abbr, img, style, ... } = allTags;

Generated using TypeDoc