Skip to content

Commit

Permalink
Improve types
Browse files Browse the repository at this point in the history
  • Loading branch information
man90es committed Apr 16, 2024
1 parent 9f4222f commit f465b02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import Vue3TouchEvents from "vue3-touch-events"

declare global {
interface Window {
emitter: any
vm: any
emitter: ReturnType<typeof mitt>
vm: ReturnType<ReturnType<typeof createApp>["mount"]>
}
}

Expand Down

0 comments on commit f465b02

Please sign in to comment.