node-registries.tsx 287 B

123456789101112
  1. /**
  2. * Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
  3. * SPDX-License-Identifier: MIT
  4. */
  5. import type { FlowNodeMeta, FlowNodeRegistry } from '@flowgram.ai/fixed-layout-editor';
  6. export const nodeRegistries: FlowNodeRegistry<FlowNodeMeta>[] = [
  7. {
  8. type: 'custom',
  9. },
  10. ];