UNPKG

@xrenders/xflow

Version:

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

10 lines (9 loc) 293 B
import React from 'react'; import '../index.less'; interface INodeSwitchSettingPorps { onChange: (val: any) => void; value: any; readOnly: boolean; } declare const _default: React.MemoExoticComponent<(props: INodeSwitchSettingPorps) => React.JSX.Element>; export default _default;