mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-02 03:57:38 +08:00
aeae95ef43
* fix(module: transfer): add `ListStyle` to custom the css for columns. * pass TransferDirection
9 lines
101 B
C#
9 lines
101 B
C#
namespace AntDesign
|
|
{
|
|
public enum TransferDirection
|
|
{
|
|
Left,
|
|
Right
|
|
}
|
|
}
|