chore(components): improve props jsdoc

This commit is contained in:
Benjamin Canac
2024-06-28 18:36:46 +02:00
parent ec08ed9e2e
commit 84cc647f83
6 changed files with 11 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ import { computed, toValue, type MaybeRefOrGetter } from 'vue'
import { useAppConfig } from '#imports'
export interface UseComponentIconsProps {
/** Display an icon based on the `leading` and `trailing` props.value. */
/** Display an icon based on the `leading` and `trailing` props. */
icon?: string
/** When `true`, the icon will be displayed on the left side. */
leading?: boolean