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