delowardev / vue3-emoji-picker

Simple and Powerful Emoji Picker for Vue3
https://codesandbox.io/p/github/delowardev/vue3-emoji-picker/main?file=%2FREADME.md
MIT License
187 stars 37 forks source link

Export Type Definitions #61

Closed AAllport closed 12 months ago

AAllport commented 12 months ago

Context

Many users using Typescript will want events to have type definitions. As such, we can export them here, to avoid :any types and increase DX

Summary

Added exports for types

Relevant Technical Choices

To-do

User-facing changes

Checklist


Fixes #49

codesandbox[bot] commented 12 months ago

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders
Open Preview

delowardev commented 12 months ago

Thanks so much for adding the type definitions.

AAllport commented 11 months ago

I'd be lying if I said anything other than how I was scratching my own itch :p Thanks for being responsive and merging it quickly!