We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 170d0bb commit d8b076fCopy full SHA for d8b076f
packages/runtime/src/helpers/utils.ts
@@ -205,7 +205,7 @@ export const isBundleSizeCheckDisabled = () =>
205
// In v12.2.6-canary.12 the types had not yet been updated.
206
// Once this type is available from the next package, this should
207
// be removed
208
-type ImagesConfig = Partial<ImageConfigComplete> &
+export type ImagesConfig = Partial<ImageConfigComplete> &
209
Required<ImageConfigComplete> & {
210
remotePatterns?: RemotePattern[]
211
}
0 commit comments