diff --git a/lib/types.ts b/lib/types.ts index ff86bab7..64fb9989 100644 --- a/lib/types.ts +++ b/lib/types.ts @@ -6,7 +6,7 @@ import type { } from "@storyblok/js"; import type { VNode } from "vue"; -declare module "@vue/runtime-core" { +declare module "vue" { export interface GlobalComponents { StoryblokComponent: typeof StoryblokComponent; }