Skip to content

Commit

Permalink
feat: declarations file for motion plugin (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-eliot authored Jun 21, 2023
1 parent 6011c0f commit 1364fc6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/nuxt/runtime/templates/motion.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { Plugin } from "nuxt/app"
declare const plugin: Plugin<Record<string, unknown>>
export default plugin

0 comments on commit 1364fc6

Please sign in to comment.