I have started using Remirror library for my much-needed WYSIWYG editor. There I am trying to upload the dropped images on the editor through ImageExtension. To do so I found in the documentation that there is a handler for it - uploadHandler
However, there, the mentioned types are not exported and hence it's becoming much difficult for me to get the required solution.
I particularly need help with a Remirror example that demonstrates how images are uploaded through the uploadHandler()