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.
2 parents b8efa3a + 4ab4732 commit 36cbbafCopy full SHA for 36cbbaf
types/components/DsfrHeader/DsfrHeaderMenuLink.vue.d.ts
@@ -33,9 +33,10 @@ declare const _default: import('vue').DefineComponent<{
33
}, unknown, unknown, {
34
is(): 'a' | 'button' | 'RouterLink';
35
isPathString(): boolean;
36
- isExternalLink(): any;
37
- actualHref(): any;
38
- actualTo(): any;
+ isExternalLink(): boolean;
+ isMailto(): boolean;
+ actualHref(): string;
39
+ actualTo(): string;
40
linkData(): {
41
to: any;
42
href?: undefined;
0 commit comments