using Microsoft.AspNetCore.Components; namespace ValblazeProject.UIInterfaces { public interface ITab { RenderFragment ChildContent { get; } } }