UNPKG
@addapptables/notifier
Version:
latest (2.1.0)
2.1.0
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
0.0.1
Material notifier library for angular
github.com/addapptables/notifier-ui
addapptables/notifier-ui
@addapptables/notifier
/
lib
/
models
/
notifier-position-enum.model.d.ts
7 lines
(6 loc)
•
126 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
enum
NotifierPositionType
{ topRight =
0
, topLeft =
1
, bottomRight =
2
, bottomLeft =
3
}