buroventures-harald-code
Version:
Harald Code - AI-powered coding assistant CLI
13 lines (12 loc) • 337 B
TypeScript
/**
* @license
* Copyright 2025 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import React from 'react';
import { ApprovalMode } from 'buroventures-harald-code-core';
interface AutoAcceptIndicatorProps {
approvalMode: ApprovalMode;
}
export declare const AutoAcceptIndicator: React.FC<AutoAcceptIndicatorProps>;
export {};