ant-design-blazor/components/transfer/TransferDirection.cs

9 lines
169 B
C#
Raw Normal View History

2020-07-03 13:37:40 +08:00
namespace AntDesign
{
public static class TransferDirection
{
public const string Left = "left";
public const string Right = "right";
}
}