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.
1 parent bfc42b4 commit 5375601Copy full SHA for 5375601
unraid-ui/src/components/brand/BrandButton.vue
@@ -13,8 +13,10 @@ export interface BrandButtonProps {
13
disabled?: boolean;
14
external?: boolean;
15
href?: string;
16
- icon?: unknown;
17
- iconRight?: unknown;
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
+ icon?: any;
18
19
+ iconRight?: any;
20
iconRightHoverDisplay?: boolean;
21
text?: string;
22
title?: string;
0 commit comments