kleinfreund / vue-accessible-color-picker

A color picker component for Vue.js 3.
https://vue-accessible-color-picker.netlify.app
MIT License
115 stars 8 forks source link

[Error][TS]Top-level declarations in .d.ts files must start with either a 'declare' or 'export' modifier. #14

Closed comeriven closed 2 years ago

comeriven commented 2 years ago

https://github.com/kleinfreund/vue-accessible-color-picker/blob/54edcbc7f9f18a7cb5619f7b9c7e052dc11b9818/types/index.d.ts#L37

TS1046: Top-level declarations in .d.ts files must start with either a 'declare' or 'export' modifier.
image

kleinfreund commented 2 years ago

:tada: This issue has been resolved in version 3.3.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: