UNPKG

next

Version:

The React Framework

4 lines (3 loc) 251 B
import type { webpack } from 'next/dist/compiled/webpack/webpack'; import type { ConfigurationContext } from '../../utils'; export declare const images: (ctx: ConfigurationContext) => (config: webpack.Configuration) => Promise<webpack.Configuration>;