@gluestack-ui/alert-dialog
Version:
A universal headless alert-dialog component for React Native, Next.js & React
6 lines (5 loc) • 315 B
TypeScript
import React from 'react';
declare function AlertDialogBackdrop<StyledAlertDialogBackdrop>(StyledAlertDialogBackdrop: React.ComponentType<StyledAlertDialogBackdrop>, AnimatePresence?: any): React.ForwardRefExoticComponent<{
children?: any;
} & React.RefAttributes<unknown>>;
export default AlertDialogBackdrop;