using System; using System.Collections.Generic; using System.Text; namespace AntBlazor { /// /// /// public class MessageBase : AntDomComponentBase { protected const string PrefixCls = "ant-message"; } }