Skip to content

Commit b62a346

Browse files
committed
chore: demo missing typings
1 parent 12b560f commit b62a346

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/src/components/Button.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<script setup lang="ts">
22
import { defineProps, ref, withDefaults } from 'vue'
3-
import { useVariant } from 'vue-use-variant'
3+
import { UseVariant, useVariant } from 'vue-use-variant'
44
5-
const { defineVariant } = useVariant()
5+
const { defineVariant } = useVariant() as UseVariant
66
77
interface Props {
88
button?: boolean

0 commit comments

Comments
 (0)