mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-05 13:37:35 +08:00
8605e1289e
Signed-off-by: Epictek <kieran@coldron.com>
5 lines
69 B
C#
5 lines
69 B
C#
namespace AntDesign
|
|
{
|
|
public enum TableSize { Middle, Small };
|
|
}
|