We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf25fe0 commit aa9fbe8Copy full SHA for aa9fbe8
src/mount.ts
@@ -39,6 +39,7 @@ import {
39
} from './constants'
40
import { stubComponents } from './stubs'
41
42
+// NOTE this should come from `vue`
43
type PublicProps = VNodeProps & AllowedComponentProps & ComponentCustomProps
44
45
type Slot = VNode | string | { render: Function } | Function | Component
@@ -133,8 +134,6 @@ export function mount<
133
134
>
135
136
-//Props //VueWrapper<InstanceType<C>> //ExtractPropTypes<PropsOrOptions> //PropsOrOptions //VueWrapper<ThisType<C>>
137
-
138
// Component declared with no props
139
export function mount<
140
Props = {},
0 commit comments