@jengaui/alert-dialog
Version:
Jenga UI Alert Dialog component in React
10 lines (9 loc) • 401 B
TypeScript
export { AlertDialogApiProvider, useAlertDialogAPI } from './AlertDialogApiProvider.js';
export { AlertDialogZone, DialogZoneProps } from './AlertDialogZone.js';
export { AlertDialog, JengaAlertDialogActionsProps, JengaAlertDialogProps } from './AlertDialog.js';
import './types.js';
import '@react-types/dialog';
import 'react';
import 'tastycss';
import '@jengaui/dialog';
import '@jengaui/button';