wilddragon-site/node_modules/next/dist/shared/lib/image-loader.d.ts

7 lines
271 B
TypeScript
Raw Normal View History

2026-04-17 15:51:01 -04:00
import type { ImageLoaderPropsWithConfig } from './image-config';
declare function defaultLoader({ config, src, width, quality, }: ImageLoaderPropsWithConfig): string;
declare namespace defaultLoader {
var __next_img_default: boolean;
}
export default defaultLoader;