UNPKG

bunny-og

Version:

@vercel/og for Edge Scripting for bunny.net 🐰

8 lines (7 loc) 425 B
import type { ReactElement } from 'react'; import type { ImageResponseOptions, FigmaImageResponseProps } from './types'; export declare class ImageResponse extends Response { constructor(element: ReactElement, options?: ImageResponseOptions); } export declare const experimental_FigmaImageResponse: (props: FigmaImageResponseProps) => Promise<ImageResponse>; export declare type EdgeImageResponse = typeof ImageResponse;