qinglong/src/pages/scenario/flowgram/context/node-render-context.ts
2025-11-24 01:49:59 +08:00

6 lines
194 B
TypeScript

import React from 'react';
import { type NodeRenderReturnType } from '@flowgram.ai/fixed-layout-editor';
export const NodeRenderContext = React.createContext<NodeRenderReturnType>({} as any);