ant-design-blazor/components/button/ButtonSize.cs

11 lines
181 B
C#
Raw Normal View History

2019-12-16 15:33:29 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace AntDesign
2019-12-16 15:33:29 +08:00
{
public class ButtonSize : AntSizeLDSType
2019-12-16 15:33:29 +08:00
{
}
}