From 7e9c9eb31176294726103306dcca61b80b896cf7 Mon Sep 17 00:00:00 2001 From: walker Date: Thu, 31 Aug 2023 15:30:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=86=E6=9C=AA=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E5=BC=95=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/jlgraphic/app/index.ts | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/jlgraphic/app/index.ts b/src/jlgraphic/app/index.ts index c208804..abd1d21 100644 --- a/src/jlgraphic/app/index.ts +++ b/src/jlgraphic/app/index.ts @@ -7,12 +7,11 @@ import { } from './JlDrawApp'; import { AppConsts, - ICanvasProperties, - JlCanvas, - IGraphicScene, GraphicApp, GraphicAppOptions, + ICanvasProperties, IGraphicApp, + IGraphicScene, IGraphicStorage, IJlCanvas, } from './JlGraphicApp'; @@ -37,11 +36,11 @@ export function newDrawApp(options: DrawAppOptions): IDrawApp { export { AppConsts, GraphicDrawAssistant }; export type { - ICanvasProperties, - IGraphicScene, - IJlCanvas, - IGraphicApp, - IGraphicStorage, - IDrawApp, DrawAssistant, + ICanvasProperties, + IDrawApp, + IGraphicApp, + IGraphicScene, + IGraphicStorage, + IJlCanvas, };