Files
Shifted/node_modules/next/dist/server/web/spec-extension/image-response.d.ts
2026-02-10 01:14:19 +00:00

6 lines
295 B
TypeScript

/**
* @deprecated ImageResponse moved from "next/server" to "next/og" since Next.js 14, please import from "next/og" instead.
* Migration with codemods: https://nextjs.org/docs/app/building-your-application/upgrading/codemods#next-og-import
*/
export declare function ImageResponse(): never;