# initValue

### initValue

* component : \<Datepicker />
* requird : false
* type : Date | null
* default: null

&#x20;Datepicker의 초기값을 설정합니다.

```tsx
<Datepicker initValue={new Date('2024-01-01')} />
```
