UNPKG

@xrenders/xflow

Version:

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

9 lines (8 loc) 241 B
import type { FlowNode } from '../models/store'; /** * Hook for getting the current nodes from the store. * * @public * @returns An array of nodes */ export declare function useNodes<NodeType extends FlowNode = FlowNode>(): NodeType[];