DateRangePicker
Default
Props
| Prop | Type | Default | Notes |
|---|---|---|---|
| from | string | '' | Range start as YYYY-MM-DD; invalid reads as unset. |
| to | string | '' | Range end as YYYY-MM-DD; invalid reads as unset. |
| onFrom | (value: string) => void | — | Called with the picked start (or reset). |
| onTo | (value: string) => void | — | Called with the picked end (or reset). |