UNPKG

@xrenders/xflow

Version:

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

12 lines (11 loc) 264 B
import React from 'react'; import './index.less'; interface IPanelProps { nodeType: string; onClose: () => void; id: string; data: any; children?: any; } declare const _default: React.NamedExoticComponent<IPanelProps>; export default _default;