Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AathifMahir committed May 4, 2024
1 parent 28ee90b commit a134890
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MauiIcons.Core/Extensions/BaseIconExtension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

namespace MauiIcons.Core;

[ContentProperty(nameof(Icon))]
public abstract class BaseIconExtension<TEnum> : BindableObject, IMarkupExtension where TEnum : Enum
{
public static readonly BindableProperty IconProperty = BindableProperty.Create(nameof(Icon), typeof(TEnum?), typeof(BaseIconExtension<TEnum>), null);
Expand Down

0 comments on commit a134890

Please sign in to comment.