UNPKG

@fradev/ng-snotify

Version:
13 lines (12 loc) 261 B
import { SnotifyToast } from '../snotify-toast.model'; export declare class PromptComponent { /** * Get PROMPT placeholder */ toast: SnotifyToast; /** * Is PROMPT focused * @type {boolean} */ isPromptFocused: boolean; }