@namespace AntDesign
@inherits AntDomComponentBase
@if (!_isClosed)
{
@if (ShowIcon)
{
}
@if (!string.IsNullOrEmpty(Message))
{
@Message
}
@if (!string.IsNullOrEmpty(Description))
{
@Description
}
@if (ChildContent != null)
{
@ChildContent
}
@if (Closable)
{
}
}