including-modules
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
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<import("../index.edge").ImageResponse>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user