diff --git a/src/types/index.ts b/src/types/index.ts index 045fed78f..8d40dceee 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -173,5 +173,5 @@ type TresComponents = { } declare module 'vue' { - export type GlobalComponents = TresComponents + export interface GlobalComponents extends TresComponents {} }