Package:
@hexos/react-uiProps for the ToolApprovalDialog component.
interface ToolApprovalDialogProps {
request: ToolApprovalRequest;
onApprove: () => void;
onReject: (reason?: string) => void;
isSubmitting?: boolean;
error?: Error | null;
className?: string;
}