namespace AntDesign.Internal { public class DatePickerStatus { internal string _initPicker = null; internal bool _hadSelectValue = false; } }