Skip to content

Commit 36cbbaf

Browse files
authored
Merge pull request #515 from dnum-mi/tech/update-types-for-dsfr-header-menu-link
chore: 🏷️ Corrige les types de DsfrHeaderMenuLink
2 parents b8efa3a + 4ab4732 commit 36cbbaf

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)