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