UNPKG

next

Version:

The React Framework

8 lines (7 loc) 415 B
import type { EdgeImageResponse } from '../index.edge'; import { FigmaImageResponseProps } from '../types'; declare type InternalFigmaImageResponseProps = FigmaImageResponseProps & { Response: EdgeImageResponse; }; export declare const FigmaImageResponse: ({ url, template, fonts, imageResponseOptions, Response, }: InternalFigmaImageResponseProps) => Promise<import("../index.edge").ImageResponse>; export {};