UNPKG

@mui/x-date-pickers

Version:

The community edition of the Date and Time Picker components (MUI X).

5 lines 248 B
/** * Returns the context passed by the Picker wrapping the current component. * If the context is not found, returns `null`. */ export declare const useNullablePickerContext: () => import("../index.js").PickerContextValue<any, any, any> | null;