pqina / vue-filepond

🔌 A handy FilePond adapter component for Vue
https://pqina.nl/filepond
MIT License
1.91k stars 128 forks source link

Fix missing setOptions export in type file #250

Closed Tofandel closed 2 years ago

Tofandel commented 2 years ago

The export is missing in the type file

https://github.com/pqina/vue-filepond/blob/master/lib/index.js#L46

This creates typescript errors when trying to use import { setOptions } from 'vue-filepond'