editor-render-v2
Version:
编辑器渲染器
9 lines (8 loc) • 388 B
TypeScript
/// <reference types="plugin-typings" />
export declare function getFigmaFileData(id: string, token: string): Promise<{
document: DocumentNode;
}>;
export declare function getFigmaFileImgData(id: string, token: string): Promise<{
[key: string]: string;
} | boolean>;
export declare function getFigmaNodeImage(id: string, token: string, nodeId: string): Promise<string | boolean>;