We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vue
@vue/runtime-core
1 parent 2da37f2 commit eb7c01dCopy full SHA for eb7c01d
src/types/instance.ts
@@ -74,7 +74,7 @@ export interface SpringControls {
74
75
export type MotionInstanceBindings<T extends string, V extends MotionVariants<T>> = Record<string, MotionInstance<T, V>>
76
77
-declare module '@vue/runtime-core' {
+declare module 'vue' {
78
export interface ComponentCustomProperties {
79
$motions?: MotionInstanceBindings<any, any>
80
}
0 commit comments