mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-04 04:58:05 +08:00
9 lines
169 B
C#
9 lines
169 B
C#
namespace AntDesign
|
|
{
|
|
public static class TransferDirection
|
|
{
|
|
public const string Left = "left";
|
|
public const string Right = "right";
|
|
}
|
|
}
|