Export the Image type

This commit is contained in:
unknown 2022-07-07 13:32:08 -04:00
parent 9e0582aeb0
commit c53ec165fb

View file

@ -1,4 +1,5 @@
export * from './index';
export type { Image } from '../components/index';
export type InputFormat =
| 'heic'