From d81fb4cc105a201dcb4f093b1801d217afee1177 Mon Sep 17 00:00:00 2001 From: fan Date: Thu, 20 Jul 2023 15:49:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=B0=E5=A4=84=E8=99=9A=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/jlgraphic/graphic/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/jlgraphic/graphic/index.ts b/src/jlgraphic/graphic/index.ts index 726584a..eecc0b6 100644 --- a/src/jlgraphic/graphic/index.ts +++ b/src/jlgraphic/graphic/index.ts @@ -2,3 +2,4 @@ export * from './VectorGraphic'; export * from './VectorText'; export * from './DraggablePoint'; export * from './AbsorbablePosition'; +export * from './DashedLine';