UNPKG
@fradev/ng-snotify
Version:
latest (4.4.4)
4.4.4
4.4.3
4.4.2
4.4.1
4.4.0
Angular 2+ notifications center
github.com/fdonzello/ng-snotify
fdonzello/ng-snotify
@fradev/ng-snotify
/
snotify
/
toast
/
prompt
/
prompt.component.d.ts
13 lines
(12 loc)
•
261 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import { SnotifyToast } from
'../snotify-toast.model'
; export declare
class
PromptComponent
{ /** * Get PROMPT placeholder *
/ toast: SnotifyToast; /
** * Is PROMPT focused *
@type
{boolean}
*/ isPromptFocused: boolean; }