1
0
Fork 0
react-playground/node_modules/@mui/x-date-pickers/internals/hooks/useNullablePickerContext.d.ts
Techognito fc0f69dacb Added Statistics calculation
Statistics now show calculated values
2025-09-04 17:30:00 +02:00

5 lines
No EOL
248 B
TypeScript

/**
* 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;