/opt/canhelp/node_modules/next/dist/compiled/@vercel/og/figma
Edit: /opt/canhelp/node_modules/next/dist/compiled/@vercel/og/figma/index.d.ts (407B)
import type { EdgeImageResponse } from '../index.edge';
import { FigmaImageResponseProps } from '../types';
type InternalFigmaImageResponseProps = FigmaImageResponseProps & {
Response: EdgeImageResponse;
};
export declare const FigmaImageResponse: ({ url, template, fonts, imageResponseOptions, Response, }: InternalFigmaImageResponseProps) => Promise
;
export {};