VueElementConstructor<P>: (new (initialProps?) => VueElement & P)

Type Parameters

  • P = {}

Type declaration

    • new (initialProps?): VueElement & P
    • Parameters

      • Optional initialProps: Record<string, any>

      Returns VueElement & P

Generated using TypeDoc