namespace BITKit.Blazor
{
/// <summary>
/// 独立窗口, 继承该接口的Razor Page将不会走Layout布局,将全屏显示
/// </summary>
public interface IStandalonePage
}