UNPKG

@mui/x-date-pickers-pro

Version:

The Pro plan edition of the MUI X Date and Time Picker components.

7 lines 398 B
import * as React from 'react'; import { UseRangePositionResponse } from "../internals/hooks/useRangePosition.js"; export declare const PickerRangePositionContext: React.Context<UseRangePositionResponse | null>; /** * Returns information about the range position of the picker that wraps the current component. */ export declare function usePickerRangePositionContext(): UseRangePositionResponse;