@mikuroxina/mini-fn
    Preparing search index...

    Function tag

    • Creates a new tag object.

      Parameters

      • tagName: string

        The name of the tag such as div.

      • namespace: string = ""

        The namespace of the tag such as http://www.w3.org/2000/svg.

      Returns (
          virtualId?: string,
      ) => <T>(...facts: Fact<T>[]) => (...children: Dom.Dom<T>[]) => Tag<T>

      The new tag object.