UNPKG

@rxflow/base

Version:

BaseFlow - 核心 Flow 组件库

11 lines 394 B
/** * @author: yanxianliang * @date: 2025-10-18 19:08 * @modified:2025/10/18 19:08 by yanxianliang * @desc: 节点类型定义 Map * * Copyright (c) 2025 by yanxianliang, All Rights Reserved. */ import { INodeDefinition } from "../.."; export declare const useNodeTypeMap: <D = INodeDefinition<Record<string, unknown>>>() => Map<string, D>; //# sourceMappingURL=useNodeTypeMap.d.ts.map