Skip to content

Commit 93e3965

Browse files
committed
chore(DsfrFileDownload): 🏷️ Met à jour la définition de type
1 parent e69ea3f commit 93e3965

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

types/components/DsfrFileDownload/DsfrFileDownload.vue.d.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ declare const _default: import('vue').DefineComponent<{
1919
type: StringConstructor;
2020
default: string;
2121
};
22+
download: {
23+
type: StringConstructor;
24+
default: string;
25+
};
2226
block: BooleanConstructor;
2327
}, unknown, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
2428
title: {
@@ -41,13 +45,18 @@ declare const _default: import('vue').DefineComponent<{
4145
type: StringConstructor;
4246
default: string;
4347
};
48+
download: {
49+
type: StringConstructor;
50+
default: string;
51+
};
4452
block: BooleanConstructor;
4553
}>>, {
4654
block: boolean;
4755
title: string;
4856
size: string;
4957
description: string;
5058
href: string;
59+
download: string;
5160
format: string;
5261
}>
5362
export default _default

0 commit comments

Comments
 (0)