UNPKG

@mui/x-date-pickers-pro

Version:

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

5 lines 294 B
/** * Returns information about the range position of the picker that wraps the current component. * If no picker wraps the current component, returns `null`. */ export declare function useNullablePickerRangePositionContext(): import("./useRangePosition.js").UseRangePositionResponse | null;