File size: 311 Bytes
82ea528 |
1 2 3 4 5 |
import type { TLGraphNode } from './comfy/index.js';
import { ComfyApp } from './comfy/index.js';
export declare const commonPrefix = "\uD83E\uDE9B";
export declare function displayContext(nodeType: TLGraphNode, appFromArg: ComfyApp, index?: number, serialize_widgets?: boolean, isVirtualNode?: boolean): void;
|