Skip to content

Commit 5df3325

Browse files
committed
chore(KB): update icon declaration
1 parent de5f1e9 commit 5df3325

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)