ImageLoaderConfig
Config options recognized by the image loader function.
interface ImageLoaderConfig {
src: string
width?: number
loaderParams?: {...}
}
Config options recognized by the image loader function.
interface ImageLoaderConfig {
src: string
width?: number
loaderParams?: {...}
}