ant-design-blazor/components/notification/NotificationBase.cs
2020-05-29 00:33:49 +08:00

15 lines
274 B
C#

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