uppy
uppy copied to clipboard
type ImageEditorOptions can't be imported
Initial checklist
- [X] I understand this is a bug report and questions should be posted in the Community Forum
- [X] I searched issues and couldn’t find anything (or linked relevant results below)
Link to runnable example
https://stackblitz.com/edit/vitejs-vite-q9vntf?file=src%2FApp.tsx
Steps to reproduce
Add this line to a project that has uppy:
import ImageEditor, { type ImageEditorOptions } from '@uppy/image-editor';
TS will complain that ImageEditorOptions is not available.
Expected behavior
type ImageEditorOptions should be available.
Actual behavior
ImageEditorOptions can't be imported.