UNPKG
ng-alertbar
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.1-hf1
1.0.0
A configurable alertbar for Angular
github.com/lambk/ngAlertbar
ng-alertbar
/
lib
/
defaults.d.ts
12 lines
(11 loc)
•
270 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
declare
const
defaults
: {
queueingEnabled
:
boolean
;
lifeTimeMs
:
number
;
showDelayMs
:
number
;
backgroundColor
:
string
;
borderColor
:
string
;
textColor
:
string
;
widthMode
:
string
;
closeButtonEnabled
:
boolean
;
useHtml
:
boolean
; };