mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-15 09:21:24 +08:00
9c98b27e3b
* add input component * fix menu
9 lines
214 B
C#
9 lines
214 B
C#
namespace AntBlazor
|
|
{
|
|
public static class AntInputSize
|
|
{
|
|
public const string Default = "default";
|
|
public const string Large = "large";
|
|
public const string Small = "small";
|
|
}
|
|
} |