Home / Type/ CreateElement Type — vue Architecture

CreateElement Type — vue Architecture

Architecture documentation for the CreateElement type/interface in vue.d.ts from the vue codebase.

Entity Profile

Source Code

types/vue.d.ts lines 27–45

export interface CreateElement {
  (
    tag?:
      | string
      | Component<any, any, any, any>
      | AsyncComponent<any, any, any, any>
      | (() => Component),
    children?: VNodeChildren
  ): VNode
  (
    tag?:
      | string
      | Component<any, any, any, any>
      | AsyncComponent<any, any, any, any>
      | (() => Component),
    data?: VNodeData,
    children?: VNodeChildren
  ): VNode
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free