UNPKG

react-async-alert-confirm

Version:

A reusable React component library for alert dialog and confirm dialog

4 lines (3 loc) 132 B
import { app_alert } from './func/app-alert'; import { app_confirm } from './func/app-confirm'; export { app_alert, app_confirm, };