Open Akiyamka opened 8 months ago
I'm comfortable with adding events and adding missing types, but the generated types I'd rather avoid for now.
I can remove the generation for FilePondEventPrefixed, but elsewhere I have been unable to get typescript to properly inherit the callback argument type without generics.
Im unfortunately not experienced enough to comment on this. I normally just describe each property/method/event separately and want to keep things in a state where I still know what’s going on.
fix: not all events listed in FilePondsEvents fix: .on method of filedpond instance not inherit callback arguments types fix: manual prefixing replaced with generated
Before:
After:
Fixes #962