mirror of
https://github.com/whyour/qinglong.git
synced 2026-04-04 15:20:36 +08:00
6 lines
194 B
TypeScript
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);
|