UNPKG

tabby-quick-cmds

Version:
13 lines (12 loc) 361 B
import { ElementRef } from '@angular/core'; import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap'; export declare class PromptModalComponent { private modalInstance; value: string; password: boolean; input: ElementRef; constructor(modalInstance: NgbActiveModal); ngOnInit(): void; ok(): void; cancel(): void; }