Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
pikax committed Nov 16, 2023
1 parent f4934bf commit 1f1c3e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vueWrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ type ResolveEmitRecord<T> = ExtractComponentEmits<T> extends infer E
? Args extends { length: 0 }
? void
: Args extends { length: 1 }
? Args[0]
: Args
? Args[0]
: Args
: void)[]
}
: never
Expand Down

0 comments on commit 1f1c3e6

Please sign in to comment.