This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* 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',
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user