Function createElementBlockPrivate

  • Private

    Parameters

    • type: string | {
          __isFragment: true;
          new (): {
              $props: VNodeProps;
          };
      }
    • Optional props: Record<string, any>
    • Optional children: any
    • Optional patchFlag: number
    • Optional dynamicProps: string[]
    • Optional shapeFlag: number

    Returns VNode<RendererNode, RendererElement, {
        [key: string]: any;
    }>

Generated using TypeDoc