remove the hard requirement to use ComponentConfig
This commit is contained in:
@@ -5,5 +5,7 @@ namespace Toolkit.Foundation;
|
||||
public interface IComponentHost :
|
||||
IHost
|
||||
{
|
||||
TConfiguration? GetConfiguration<TConfiguration>() where TConfiguration : ComponentConfiguration;
|
||||
TConfiguration? GetConfiguration<TConfiguration>()
|
||||
where TConfiguration :
|
||||
class;
|
||||
}
|
||||
Reference in New Issue
Block a user