diff --git a/src/nuxt/runtime/templates/motion.d.ts b/src/nuxt/runtime/templates/motion.d.ts new file mode 100644 index 00000000..6604e662 --- /dev/null +++ b/src/nuxt/runtime/templates/motion.d.ts @@ -0,0 +1,3 @@ +import { Plugin } from "nuxt/app" +declare const plugin: Plugin> +export default plugin \ No newline at end of file