whits
    Preparing search index...

    Variable $Const

    $: typeof tagFactory & { [K in HtmlTagName]: TagFactory<[K]> } & {
        [K in SvgTagName]: TagFactory<[K]>
    } = ...

    The main interface that contains factories for all HTML and SVG tags. Can be called as a function to create a tag with the given selector, or can be used as a namespace to access the factories of all tags.