@gluestack-ui/alert-dialog
Version:
A universal headless alert-dialog component for React Native, Next.js & React
11 lines (10 loc) • 327 B
TypeScript
import React from 'react';
export declare const AlertDialogContext: React.Context<{
handleClose: any;
initialFocusRef: React.RefObject<any> | undefined;
finalFocusRef: React.RefObject<any> | undefined;
visible: boolean;
closeOnOverlayClick: boolean;
avoidKeyboard: boolean;
bottomInset: number;
}>;