2020-05-29 00:33:49 +08:00
|
|
|
|
namespace AntDesign
|
2020-03-23 09:31:08 +08:00
|
|
|
|
{
|
2020-05-20 12:57:16 +08:00
|
|
|
|
public static class InputSize
|
2020-03-23 09:31:08 +08:00
|
|
|
|
{
|
|
|
|
|
public const string Default = "default";
|
|
|
|
|
public const string Large = "large";
|
|
|
|
|
public const string Small = "small";
|
|
|
|
|
}
|
|
|
|
|
}
|