fixing types.ts imports

This commit is contained in:
Tony Sullivan 2022-07-07 13:52:36 -05:00
parent 621fb8fcce
commit 48d47d5db2

View file

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