mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-04 21:17:36 +08:00
d16144ece0
* refactor: button * refactor: avatar * refactor: alert * fix: input group compact
11 lines
181 B
C#
11 lines
181 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace AntDesign
|
|
{
|
|
public class ButtonSize : AntSizeLDSType
|
|
{
|
|
}
|
|
} |