Skip to content

Commit 4a70272

Browse files
Tsvetomir-HrTsvetomir-Hr
authored andcommitted
chore(KB): update icon declaration
1 parent 0f70e3f commit 4a70272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/chiplist-add-chip-tooltips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ To add tooltips to chips in the ChipList, use the `ItemTemplate` to customize ch
7272
public class ChipModel
7373
{
7474
public string Text { get; set; }
75-
public object? Icon { get; set; }
75+
public ISvgIcon? Icon { get; set; }
7676
public string Description { get; set; }
7777
}
7878
}

0 commit comments

Comments
 (0)