From bb6a4e6567d549980ddc0a243addd49ff92bdc22 Mon Sep 17 00:00:00 2001 From: wangkai <443028159@qq.com> Date: Mon, 10 Jan 2022 13:43:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA=E6=8B=96=E6=8B=BD=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/dooringx-lib/src/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/dooringx-lib/src/index.tsx b/packages/dooringx-lib/src/index.tsx index 50f34bf..fd17d5f 100644 --- a/packages/dooringx-lib/src/index.tsx +++ b/packages/dooringx-lib/src/index.tsx @@ -38,6 +38,8 @@ export { scaleFn } from './core/scale/index'; // 以下导出用于制作插件 // 用于制作组件的函数 export { ComponentItemFactory } from './core/components/abstract'; +// 拖拽 +export { dragEventResolve } from './core/crossDrag/index'; // 用于制作组件配置项的函数 export { createPannelOptions } from './core/components/formTypes'; // 用于config类型定义