BitcoinDesign / Bitcoin-Icons

Icons made for Bitcoin applications, free to use.
https://bitcoinicons.com/
Other
107 stars 21 forks source link

Add type definitions for Vue build output #90

Closed AaronDewes closed 2 years ago

AaronDewes commented 2 years ago

This makes it easier to use Bitcoin Icons from Vue + TypeScript projects

GBKS commented 2 years ago

This is where I'm showing my lack of knowledge of this stuff, but what does this practically do...?

AaronDewes commented 2 years ago

This is where I'm showing my lack of knowledge of this stuff, but what does this practically do...?

When using TypeScript with Vue without this change, trying to import the icons leads to an error. That error only happens in development environments and does not actually affect anything, but is annoying.

GBKS commented 2 years ago

Thanks. Will this require re-publishing the Vue module?

AaronDewes commented 2 years ago

Yes, but it can also simply be included in the next release