Skip to content

Commit b368e89

Browse files
committed
fix: MISSING_EXPORT warning
1 parent 5bea4d5 commit b368e89

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/tame-otters-travel.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@arkts/image-manager": patch
3+
---
4+
5+
fix: MISSING_EXPORT warning

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ export * from './errors'
33
export { createImageManager, type ImageManager } from './image-manager'
44
export * from './images'
55
export type { ImageManagerOptions } from './options'
6-
export { createDeployedImageConfig, ProductConfig } from './product-config'
6+
export { createDeployedImageConfig } from './product-config'
7+
export type { ProductConfig } from './product-config'
78
export type * from './types'

0 commit comments

Comments
 (0)