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