UNPKG

zlocalz

Version:

ZLocalz - TUI Locale Guardian for Flutter ARB l10n/i18n validation and translation with AI-powered fixes

8 lines 265 B
import * as blessed from 'blessed'; import { AppState } from '../app'; export declare class StatusBar { private element; constructor(parent: blessed.Widgets.Screen, options: any); update(state: AppState): void; } //# sourceMappingURL=status-bar.d.ts.map