Initial boiler plate project
This commit is contained in:
7
node_modules/next/dist/compiled/@vercel/og/figma/index.d.ts
generated
vendored
Normal file
7
node_modules/next/dist/compiled/@vercel/og/figma/index.d.ts
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
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 {};
|
||||
Reference in New Issue
Block a user