chenzhaoyang
2025-12-17 063da0bf961e1d35e25dc107f883f7492f4c5a7c
1
2
3
4
5
6
7
8
9
10
11
/**
 * Editor Modal wrapper
 *
 * Re-exports Modal from @humansignal/ui for backward compatibility.
 * Editor modals don't use providers by default (simple: true).
 */
import { Modal, modal, info, confirm, useModalControls } from "@humansignal/ui/lib/modal";
 
export { modal as standaloneModal, modal, info, confirm, useModalControls, Modal };
 
export type { ButtonProps as ButtonVariant } from "@humansignal/ui/lib/button/button";