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

11 lines
184 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 AntBlazor
{
2020-03-10 17:42:13 +08:00
public class AntButtonSize : AntSizeLDSType
2019-12-16 15:33:29 +08:00
{
}
}