mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-03 12:37:40 +08:00
9 lines
211 B
C#
9 lines
211 B
C#
namespace AntDesign
|
|
{
|
|
public static class InputSize
|
|
{
|
|
public const string Default = "default";
|
|
public const string Large = "large";
|
|
public const string Small = "small";
|
|
}
|
|
} |