We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd0882 commit 8c811fcCopy full SHA for 8c811fc
1 file changed
app/components/PackageCard.vue
@@ -1,6 +1,4 @@
1
<script setup lang="ts">
2
-import type { NpmSearchResult } from '#shared/types'
3
-
4
defineProps<{
5
/** The search result object containing package data */
6
result: NpmSearchResult
0 commit comments