node-registries.tsx 253 B

1234567891011
  1. import { WorkflowNodeRegistry } from '@flowgram.ai/free-layout-editor';
  2. /**
  3. * You can customize your own node registry
  4. * 你可以自定义节点的注册器
  5. */
  6. export const nodeRegistries: WorkflowNodeRegistry[] = [
  7. {
  8. type: 'custom',
  9. },
  10. ];