mirror of
https://github.com/status-im/nft-faucet.git
synced 2025-02-25 04:55:33 +00:00
9 lines
174 B
C#
9 lines
174 B
C#
using Microsoft.AspNetCore.Components;
|
|
|
|
namespace NftFaucetRadzen.Components.Checkmark;
|
|
|
|
public partial class Checkmark
|
|
{
|
|
[Parameter] public string Style { get; set; }
|
|
}
|