Add foundation
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Microsoft.Extensions.Hosting;
|
||||
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public interface IComponentHost :
|
||||
IHost
|
||||
{
|
||||
ComponentConfiguration? Configuration { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user