UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

15 lines (14 loc) 452 B
import React from 'react'; export declare const PopoverContext: React.Context<{ onClose: () => void; initialFocusRef: React.RefObject<any> | undefined; finalFocusRef: React.RefObject<any> | undefined; popoverContentId: string | undefined; headerId: string | undefined; bodyId: string | undefined; setHeaderMounted: any; setBodyMounted: any; headerMounted: boolean; bodyMounted: boolean; isOpen: boolean; }>;