namespace AntDesign
{
public class MonthPicker : DatePicker
public MonthPicker()
Picker = DatePickerType.Month;
}