UNPKG

@xrenders/xflow

Version:

一款功能强大、易用灵活的流程编辑器框架,帮助你轻松构建复杂的工作流和流程产品

9 lines (8 loc) 223 B
import type { Edge } from "@xyflow/react"; /** * Hook for getting the current edges from the store. * * @public * @returns An array of edges */ export declare function useEdges<EdgeType extends Edge = Edge>(): Edge[];