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 096fc72 commit 33a6522Copy full SHA for 33a6522
src/mount.ts
@@ -66,7 +66,7 @@ export type ObjectEmitsOptions = Record<
66
((...args: any[]) => any) | null
67
>
68
export type EmitsOptions = ObjectEmitsOptions | string[]
69
-
+
70
// Functional component with emits
71
export function mount<Props, E extends EmitsOptions = {}>(
72
originalComponent: FunctionalComponent<Props, E>,
0 commit comments