diff --git a/packages/client/types.d.ts b/packages/client/types.d.ts index f694351554..032e27fcfd 100644 --- a/packages/client/types.d.ts +++ b/packages/client/types.d.ts @@ -4,5 +4,4 @@ declare const __VUEPRESS_BASE__: string declare const __VUEPRESS_DEV__: boolean declare const __VUEPRESS_SSR__: boolean declare const __VUE_HMR_RUNTIME__: Record -declare const __VUE_OPTIONS_API__: boolean declare const __VUE_PROD_DEVTOOLS__: boolean