@gluestack-ui-nightly/core
Version:
Universal UI components for React Native, Expo, and Next.js
11 lines • 364 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;
}>;
//# sourceMappingURL=Context.d.ts.map