From 1364fc612b1f846111083ccd1ad25547ac806c9a Mon Sep 17 00:00:00 2001 From: alex-eliot <82461605+alex-eliot@users.noreply.github.com> Date: Wed, 21 Jun 2023 16:09:21 +0300 Subject: [PATCH] feat: declarations file for motion plugin (#136) --- src/nuxt/runtime/templates/motion.d.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/nuxt/runtime/templates/motion.d.ts 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