Skip to content

Commit 4ab4732

Browse files
committed
chore: 🏷️ Corrige les types de DsfrHeaderMenuLink
1 parent 4de0f88 commit 4ab4732

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

types/components/DsfrHeader/DsfrHeaderMenuLink.vue.d.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ declare const _default: import('vue').DefineComponent<{
3333
}, unknown, unknown, {
3434
is(): 'a' | 'button' | 'RouterLink';
3535
isPathString(): boolean;
36-
isExternalLink(): any;
37-
actualHref(): any;
38-
actualTo(): any;
36+
isExternalLink(): boolean;
37+
isMailto(): boolean;
38+
actualHref(): string;
39+
actualTo(): string;
3940
linkData(): {
4041
to: any;
4142
href?: undefined;

0 commit comments

Comments
 (0)