Skip to content

Commit

Permalink
docs(ButtonGroup): add type imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sandros94 committed Feb 16, 2025
1 parent ad7f711 commit 84c122c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<script setup lang="ts">
const items = [{
import type { DropdownMenuItem } from '@nuxt/ui'
const items: DropdownMenuItem[] = [{
label: 'Team',
icon: 'i-lucide-users'
}, {
Expand Down

0 comments on commit 84c122c

Please sign in to comment.