UNPKG

@xrenders/xflow

Version:

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

9 lines (8 loc) 335 B
/// <reference types="react" /> /** * icon 图标库 * 图标库资源变动需要更新 scriptUrl 资源路径 * https://www.iconfont.cn/manage/index?manage_type=myprojects&projectId=4201076 */ declare const Icon: import("react").FC<import("@ant-design/icons/lib/components/IconFont").IconFontProps<string>>; export default Icon;