fixing types.ts imports
This commit is contained in:
parent
621fb8fcce
commit
48d47d5db2
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
export type { Image } from '../components/index';
|
export type { Image, Picture } from '../components/index.js';
|
||||||
export * from './index';
|
export * from './index.js';
|
||||||
|
|
||||||
export type InputFormat =
|
export type InputFormat =
|
||||||
| 'heic'
|
| 'heic'
|
||||||
|
|
Loading…
Reference in a new issue