fix(components): improve generic types (#3331)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
Sandro Circi
2025-03-24 21:38:13 +01:00
committed by GitHub
parent 370054b20c
commit b9983549a4
106 changed files with 1203 additions and 535 deletions

View File

@@ -39,6 +39,8 @@ ignore:
- class
external:
- items
externalTypes:
- NavigationMenuItem[]
props:
items:
- label: Guide
@@ -148,6 +150,8 @@ ignore:
- class
external:
- items
externalTypes:
- NavigationMenuItem[][]
props:
orientation: 'vertical'
items:
@@ -247,6 +251,8 @@ ignore:
- class
external:
- items
externalTypes:
- NavigationMenuItem[][]
props:
highlight: true
highlightColor: 'primary'
@@ -346,6 +352,8 @@ ignore:
- class
external:
- items
externalTypes:
- NavigationMenuItem[][]
props:
color: neutral
items:
@@ -379,6 +387,8 @@ ignore:
- class
external:
- items
externalTypes:
- NavigationMenuItem[][]
props:
color: neutral
variant: link
@@ -423,6 +433,8 @@ ignore:
- class
external:
- items
externalTypes:
- NavigationMenuItem[]
props:
trailingIcon: 'i-lucide-arrow-down'
items:
@@ -519,6 +531,8 @@ ignore:
- class
external:
- items
externalTypes:
- NavigationMenuItem[]
props:
arrow: true
items:
@@ -611,6 +625,8 @@ ignore:
- class
external:
- items
externalTypes:
- NavigationMenuItem[]
props:
arrow: true
contentOrientation: 'vertical'
@@ -682,6 +698,8 @@ ignore:
- class
external:
- items
externalTypes:
- NavigationMenuItem[]
props:
unmountOnHide: false
items: