diff --git a/src/types/module.d.ts b/src/types/module.d.ts index 9942657..2fc273a 100644 --- a/src/types/module.d.ts +++ b/src/types/module.d.ts @@ -49,7 +49,3 @@ export type ObjKeysToUnion = T extends object }[keyof T] : P; -declare module 'vform3-builds' { - const content: any; - export = content; -}