Make it possible to feed in options to the Enumerate handler
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public record Selected<TValue>(TValue Value);
|
||||
public record Selected<TValue>(TValue? Value);
|
||||
|
||||
public record Selected
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user