We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef6e36f commit ae47631Copy full SHA for ae47631
src/directive/index.ts
@@ -1,4 +1,4 @@
1
-import type { Directive, DirectiveBinding, MaybeRef, Ref, VNode } from 'vue'
+import type { Directive, DirectiveBinding, Ref, VNode } from 'vue'
2
import defu from 'defu'
3
import { ref, toRaw, unref } from 'vue'
4
import { motionState } from '../features/state'
0 commit comments