@kopexa/alert-dialog
Version:
A modal dialog that interrupts the user with important content and expects a response.
30 lines (29 loc) • 713 B
JavaScript
"use client";
import "./chunk-A3S3FSQD.mjs";
import {
AlertDialogAction,
AlertDialogCancel,
AlertDialogContent,
AlertDialogDescription,
AlertDialogFooter,
AlertDialogHeader,
AlertDialogOverlay,
AlertDialogPortal,
AlertDialogRoot,
AlertDialogTitle,
AlertDialogTrigger
} from "./chunk-UYXIWF7G.mjs";
import "./chunk-C7GZJJIK.mjs";
export {
AlertDialogAction as Action,
AlertDialogCancel as Cancel,
AlertDialogContent as Content,
AlertDialogDescription as Description,
AlertDialogFooter as Footer,
AlertDialogHeader as Header,
AlertDialogOverlay as Overlay,
AlertDialogPortal as Portal,
AlertDialogRoot as Root,
AlertDialogTitle as Title,
AlertDialogTrigger as Trigger
};