@namespace AntDesign @inherits AntDomComponentBase @typeparam TModel @using Microsoft.AspNetCore.Components.Forms; @using AntDesign.Internal; @if (!string.IsNullOrEmpty(Size)) { @ChildContent(Model) } else { @ChildContent(Model) }