@hyahfoufi/ng-snotify
Version:
Angular 2+ alternative notifications center
16 lines (15 loc) • 572 B
TypeScript
import { SnotifyToast } from '../../models/snotify-toast.model';
import * as i0 from "@angular/core";
export declare class PromptComponent {
/**
* Get PROMPT placeholder
*/
toast: SnotifyToast;
/**
* Is PROMPT focused
*/
isPromptFocused: boolean;
handleInput($event: Event): void;
static ɵfac: i0.ɵɵFactoryDeclaration<PromptComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PromptComponent, "ng-snotify-prompt", never, { "toast": { "alias": "toast"; "required": false; }; }, {}, never, never, false, never>;
}