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