5 lines
No EOL
248 B
TypeScript
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; |