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
/
enums
/
SnotifyStyle.enum.d.ts
6 lines
(5 loc)
•
145 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
SnotifyStyles
}
from
'../interfaces/SnotifyStyles.interface'
;
/** * Toast style. */
export
declare
const
SnotifyStyle
:
SnotifyStyles
;