Skip to content

Commit d8b076f

Browse files
committed
fix: forgot to export the type
1 parent 170d0bb commit d8b076f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime/src/helpers/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ export const isBundleSizeCheckDisabled = () =>
205205
// In v12.2.6-canary.12 the types had not yet been updated.
206206
// Once this type is available from the next package, this should
207207
// be removed
208-
type ImagesConfig = Partial<ImageConfigComplete> &
208+
export type ImagesConfig = Partial<ImageConfigComplete> &
209209
Required<ImageConfigComplete> & {
210210
remotePatterns?: RemotePattern[]
211211
}

0 commit comments

Comments
 (0)