ant-design-blazor/components/button/AntButtonSize.cs
2020-05-29 00:33:49 +08:00

11 lines
184 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace AntDesign
{
public class AntButtonSize : AntSizeLDSType
{
}
}