UNPKG

@mariozechner/pi-coding-agent

Version:

Coding agent CLI with read, bash, edit, write tools and session management

10 lines 407 B
import { Container, SelectList } from "@mariozechner/pi-tui"; /** * Component that renders a show images selector with borders */ export declare class ShowImagesSelectorComponent extends Container { private selectList; constructor(currentValue: boolean, onSelect: (show: boolean) => void, onCancel: () => void); getSelectList(): SelectList; } //# sourceMappingURL=show-images-selector.d.ts.map