UNPKG

@gluestack-ui/alert-dialog

Version:

A universal headless alert-dialog component for React Native, Next.js & React

11 lines (10 loc) 293 B
import React from 'react'; export const AlertDialogContext = React.createContext({ handleClose: (() => { }), initialFocusRef: { current: null }, finalFocusRef: { current: null }, visible: false, closeOnOverlayClick: false, avoidKeyboard: false, bottomInset: 0, });