Skip to content

Commit c2995ff

Browse files
committed
fix: use Component type from vue
1 parent 9b6aab4 commit c2995ff

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/components/Motion.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import type { Component } from '@nuxt/schema'
2-
import type { PropType } from 'vue'
1+
import type { Component, PropType } from 'vue'
32

43
import { defineComponent, h, useSlots } from 'vue'
54
import { variantToStyle } from '../utils/transform'

src/components/MotionGroup.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import type { PropType, VNode } from 'vue'
2-
import type { Component } from '@nuxt/schema'
1+
import type { Component, PropType, VNode } from 'vue'
32

43
import { Fragment, defineComponent, h, useSlots } from 'vue'
54
import { variantToStyle } from '../utils/transform'

0 commit comments

Comments
 (0)