uppy icon indicating copy to clipboard operation
uppy copied to clipboard

type ImageEditorOptions can't be imported

Open flipvh opened this issue 6 months ago • 2 comments

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.

flipvh avatar Aug 23 '24 07:08 flipvh