We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a965b23 commit 08fd817Copy full SHA for 08fd817
src/Abstract/ICancellableElement.cs
@@ -1,7 +1,9 @@
1
-using Soenneker.Quark.Components.Abstract;
+using Microsoft.AspNetCore.Components;
2
+using Soenneker.Quark.Components.Abstract;
3
4
namespace Soenneker.Quark.Components.Cancellable.Abstract;
5
-internal interface ICancellableElement : IElement
6
+public interface ICancellableElement : IElement
7
{
8
+ RenderFragment? ChildContent { get; set; }
9
}
0 commit comments