@namespace AntDesign @inherits AntDomComponentBase
@if (ChildContent != null) { @ChildContent }
@if (Text.IsT0) { @Text.AsT0 } else { @Text.AsT1 }