@kopexa/alert-dialog
Version:
A modal dialog that interrupts the user with important content and expects a response.
38 lines (35 loc) • 850 B
JavaScript
"use client";
import {
AlertDialogAction,
AlertDialogCancel,
AlertDialogContent,
AlertDialogDescription,
AlertDialogFooter,
AlertDialogHeader,
AlertDialogOverlay,
AlertDialogPortal,
AlertDialogRoot,
AlertDialogTitle,
AlertDialogTrigger
} from "./chunk-5OQQOE47.mjs";
import {
__export
} from "./chunk-C7GZJJIK.mjs";
// src/namespace.ts
var namespace_exports = {};
__export(namespace_exports, {
Action: () => AlertDialogAction,
Cancel: () => AlertDialogCancel,
Content: () => AlertDialogContent,
Description: () => AlertDialogDescription,
Footer: () => AlertDialogFooter,
Header: () => AlertDialogHeader,
Overlay: () => AlertDialogOverlay,
Portal: () => AlertDialogPortal,
Root: () => AlertDialogRoot,
Title: () => AlertDialogTitle,
Trigger: () => AlertDialogTrigger
});
export {
namespace_exports
};