We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bea4d5 commit b368e89Copy full SHA for b368e89
.changeset/tame-otters-travel.md
@@ -0,0 +1,5 @@
1
+---
2
+"@arkts/image-manager": patch
3
4
+
5
+fix: MISSING_EXPORT warning
src/index.ts
@@ -3,5 +3,6 @@ export * from './errors'
export { createImageManager, type ImageManager } from './image-manager'
export * from './images'
export type { ImageManagerOptions } from './options'
6
-export { createDeployedImageConfig, ProductConfig } from './product-config'
+export { createDeployedImageConfig } from './product-config'
7
+export type { ProductConfig } from './product-config'
8
export type * from './types'
0 commit comments