UNPKG

@gluestack-ui/alert-dialog

Version:

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

4 lines (3 loc) 210 B
import React from 'react'; declare const AlertDialogHeader: (StyledAlertDialogHeader: any) => React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<unknown>>; export default AlertDialogHeader;