• Type Parameters

    • K extends keyof HTMLElementTagNameMap

    Parameters

    • type: K
    • Optionalchildren: RawChildren

    Returns VNode

  • Type Parameters

    • K extends keyof HTMLElementTagNameMap

    Parameters

    • type: K
    • Optionalprops: null | VNodeProps & {
          [iterator]?: undefined;
          __v_isVNode?: undefined;
      } & Record<string, any> & HTMLElementEventHandler
    • Optionalchildren: RawSlots | RawChildren

    Returns VNode

  • Parameters

    • type: string
    • Optionalchildren: RawChildren

    Returns VNode

  • Parameters

    • type: string
    • Optionalprops: null | RawProps
    • Optionalchildren: RawSlots | RawChildren

    Returns VNode

  • Parameters

    • type: typeof Text | typeof Comment
    • Optionalchildren: string | number | boolean

    Returns VNode

  • Parameters

    • type: typeof Text | typeof Comment
    • Optionalprops: null
    • Optionalchildren: string | number | boolean

    Returns VNode

  • Parameters

    Returns VNode

  • Parameters

    Returns VNode

  • Parameters

    Returns VNode

  • Parameters

    Returns VNode

  • Parameters

    Returns VNode

  • Type Parameters

    • P
    • E extends EmitsOptions = {}
    • S extends Record<string, any> = any

    Parameters

    • type: FunctionalComponent<P, any, S, any>
    • Optionalprops: VNodeProps & {
          [iterator]?: undefined;
          __v_isVNode?: undefined;
      } & Record<string, any> & P | ({} extends P
          ? null
          : never)
    • Optionalchildren: RawChildren | IfAny<S, RawSlots, S>

    Returns VNode

  • Parameters

    Returns VNode

  • Type Parameters

    • P

    Parameters

    Returns VNode

  • Type Parameters

    • P

    Parameters

    Returns VNode

  • Type Parameters

    • P

    Parameters

    Returns VNode

  • Type Parameters

    • P

    Parameters

    • type: ComponentOptions<P, any, any, any, any, any, any, any, any>
    • Optionalprops: VNodeProps & {
          [iterator]?: undefined;
          __v_isVNode?: undefined;
      } & Record<string, any> & P | ({} extends P
          ? null
          : never)
    • Optionalchildren: RawSlots | RawChildren

    Returns VNode

  • Parameters

    • type: Constructor<any>
    • Optionalchildren: RawChildren

    Returns VNode

  • Type Parameters

    • P

    Parameters

    • type: Constructor<P>
    • Optionalprops: VNodeProps & {
          [iterator]?: undefined;
          __v_isVNode?: undefined;
      } & Record<string, any> & P | ({} extends P
          ? null
          : never)
    • Optionalchildren: RawSlots | RawChildren

    Returns VNode

  • Parameters

    Returns VNode

  • Type Parameters

    • P

    Parameters

    Returns VNode

  • Parameters

    Returns VNode

  • Type Parameters

    • P

    Parameters

    • type: string | Component<P, any, any, ComputedOptions, MethodOptions, {}, any>
    • Optionalprops: VNodeProps & {
          [iterator]?: undefined;
          __v_isVNode?: undefined;
      } & Record<string, any> & P | ({} extends P
          ? null
          : never)
    • Optionalchildren: RawSlots | RawChildren

    Returns VNode