@gluestack-ui/core
Version:
Universal UI components for React Native, Expo, and Next.js
11 lines • 358 B
TypeScript
import React from 'react';
export declare const ModalContext: React.Context<{
handleClose: any;
initialFocusRef: React.RefObject<any> | undefined;
finalFocusRef: React.RefObject<any> | undefined;
visible: boolean;
closeOnOverlayClick: boolean;
avoidKeyboard: boolean;
bottomInset: number;
}>;
//# sourceMappingURL=Context.d.ts.map