ant-design-blazor/components/notification/NotificationBase.cs

15 lines
274 B
C#
Raw Normal View History

using System;
using System.Collections.Generic;
using System.Text;
namespace AntDesign
{
/// <summary>
///
/// </summary>
public class NotificationBase : AntDomComponentBase
{
protected const string ClassPrefix = "ant-notification";
}
}