UNPKG

@gluestack-ui/alert-dialog

Version:

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

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