Function wrapChildren

  • Parameters

    • ...args: [
          element: Element,
          options?: {
              ignoreMove?: boolean;
              wrapper?: HTMLElement
              | (keyof HTMLElementTagNameMap);
          },
      ]

    Returns Promise<HTMLElement>