# initStartValue

### initStartValue

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

Rangepicker의 시작일을 설정합니다.

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