From 6e167bda16814761a8ab68b9cf6d678d8495fc24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A0=97=E5=98=89=E7=94=B7?= <574980606@qq.com> Date: Tue, 30 Jan 2024 11:56:55 +0800 Subject: [PATCH] type: remove repeated type --- packages/react/src/container/GraphView/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/react/src/container/GraphView/index.tsx b/packages/react/src/container/GraphView/index.tsx index fd7ac277..b95fa610 100644 --- a/packages/react/src/container/GraphView/index.tsx +++ b/packages/react/src/container/GraphView/index.tsx @@ -27,7 +27,6 @@ export type GraphViewProps = Omit< | 'maxZoom' | 'defaultMarkerColor' | 'noDragClassName' - | 'noDragClassName' | 'noWheelClassName' | 'noPanClassName' | 'defaultViewport'