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

11 lines
183 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
{
public class AntButtonSize : NzSizeLDSType
{
}
}