Your IP : 216.73.217.90


Current Path : /proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/dist/src/ui/components/
Upload File :
Current File : //proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/dist/src/ui/components/Footer.d.ts

/**
 * @license
 * Copyright 2025 Google LLC
 * SPDX-License-Identifier: Apache-2.0
 */
import React from 'react';
interface FooterProps {
    model: string;
    targetDir: string;
    branchName?: string;
    debugMode: boolean;
    debugMessage: string;
    corgiMode: boolean;
    errorCount: number;
    showErrorDetails: boolean;
    showMemoryUsage?: boolean;
    promptTokenCount: number;
}
export declare const Footer: React.FC<FooterProps>;
export {};