Skip to content

Instantly share code, notes, and snippets.

@moaoa
Created January 1, 2024 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moaoa/19c526e525be2eacfb401b6deb19c461 to your computer and use it in GitHub Desktop.
Save moaoa/19c526e525be2eacfb401b6deb19c461 to your computer and use it in GitHub Desktop.
to type the defineEmits hook in vue
const emit = defineEmits<{
(event: "faqDeleted", data: Faq);
(event: "close", data: any);
}>();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment