UNPKG

@kopexa/alert-dialog

Version:

A modal dialog that interrupts the user with important content and expects a response.

11 lines (8 loc) 208 B
"use client"; // src/confirm.context.ts import { createContext } from "@kopexa/react-utils"; var [ConfirmInternalProvider, useConfirm] = createContext(); export { ConfirmInternalProvider, useConfirm };