diff --git a/types/index.d.ts b/types/index.d.ts index 8b67b7b..612102c 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -3,6 +3,6 @@ import _Vue, { Component, AsyncComponent } from 'vue' declare function wrap( Vue: typeof _Vue, Component: Component | AsyncComponent -): HTMLElement +): CustomElementConstructor export default wrap