Add ContentIcon control
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
using Mediator;
|
||||
|
||||
namespace Toolkit.Framework.Foundation;
|
||||
|
||||
public record Create(Type Type, params object?[] Parameters) : IRequest<object?>;
|
||||
Reference in New Issue
Block a user