@xrenders/xflow
Version:
一款功能强大、易用灵活的流程编辑器框架,帮助你轻松构建复杂的工作流和流程产品
7 lines (6 loc) • 317 B
TypeScript
import { Handle } from '@xyflow/react';
import React, { ComponentProps } from 'react';
import './index.less';
export type HandleProps = ComponentProps<typeof Handle>;
declare const _default: React.MemoExoticComponent<(props: Partial<HandleProps> & Record<string, any>) => React.JSX.Element>;
export default _default;