From fbcb8c8a763b8bc14e4d8ff58e70bb7a603aecca Mon Sep 17 00:00:00 2001 From: "zhepei.shen" Date: Wed, 25 May 2022 14:00:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20type=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typings/global.d.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/typings/global.d.ts b/typings/global.d.ts index 7f9e516..6ad3989 100644 --- a/typings/global.d.ts +++ b/typings/global.d.ts @@ -2,11 +2,5 @@ export {} declare global { interface window { G2: any - cakeVEditorInstance: any - cakeV: any - } - export class MyMouseEvent extends MouseEvent { - readonly layerX: number - readonly layerY: number } }