File size: 548 Bytes
cf86710
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
# Variable: SelectRangeContext

> `const` **SelectRangeContext**: `Context`\<`undefined` \| [`SelectRangeContextValue`](../interfaces/SelectRangeContextValue.md)\>

The SelectRange context shares details about the selected days when in range
selection mode.

Access this context from the [useSelectRange](../functions/useSelectRange.md) hook.

## Source

[src/contexts/SelectRange/SelectRangeContext.tsx:46](https://github.com/gpbl/react-day-picker/blob/9ad13dc72fff814dcf720a62f6e3b5ea38e8af6d/src/contexts/SelectRange/SelectRangeContext.tsx#L46)