This commit is contained in:
StyleZhang
2024-02-22 15:37:13 +08:00
parent 5817a035f9
commit 701e441349
10 changed files with 74 additions and 32 deletions

View File

@ -9,9 +9,9 @@ import {
} from 'react'
import type { NodeProps } from 'reactflow'
import { useWorkflowContext } from '../../context'
import NodeControl from '../../node-control'
import BlockIcon from '../../block-icon'
import BlockSelector from '../../block-selector'
import NodeControl from './components/node-control'
type BaseNodeProps = {
children: ReactElement