diff --git a/types/index.d.ts b/types/index.d.ts new file mode 100644 index 00000000..98fcbfd6 --- /dev/null +++ b/types/index.d.ts @@ -0,0 +1,5 @@ +declare module 'vue-the-mask' { + import Vue, { PluginFunction } from "vue"; + + export const install: PluginFunction<{}>; +} \ No newline at end of file