frontend
    Preparing search index...
    • Hook that manages confirm dialog open/close state with callback.

      Returns {
          cancel: () => void;
          confirm: () => void;
          isOpen: boolean;
          requestConfirm: (callback: () => void) => void;
      }