From 7b929a70617516c378400a5abb7a6fc11d8c71b6 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Tue, 31 May 2022 21:12:08 +0800 Subject: [PATCH] fix: remove `DebuggerEvent` for vue 2.7 --- lib/v2.7/index.d.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/v2.7/index.d.ts b/lib/v2.7/index.d.ts index 9b34339..6a12502 100644 --- a/lib/v2.7/index.d.ts +++ b/lib/v2.7/index.d.ts @@ -11,11 +11,6 @@ declare const install: (vue?: Vue) => void */ declare const V: Vue -/** - * DebuggerEvent is a Vue 3 development only feature. This type cannot exist in Vue 2. - */ -export declare type DebuggerEvent = never - // accept no generic because Vue 3 doesn't accept any // https://github.com/vuejs/vue-next/pull/2758/ export declare type Plugin = PluginObject | PluginFunction