Skip to content

Commit eb7c01d

Browse files
authored
fix: augment vue rather than @vue/runtime-core (#217)
1 parent 2da37f2 commit eb7c01d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/instance.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export interface SpringControls {
7474

7575
export type MotionInstanceBindings<T extends string, V extends MotionVariants<T>> = Record<string, MotionInstance<T, V>>
7676

77-
declare module '@vue/runtime-core' {
77+
declare module 'vue' {
7878
export interface ComponentCustomProperties {
7979
$motions?: MotionInstanceBindings<any, any>
8080
}

0 commit comments

Comments
 (0)