UNPKG
ngx-msg
Version:
latest (0.1.0)
0.1.0
0.0.2
0.0.1
Angular notification component
github.com/kekeh/ngx-msg
kekeh/ngx-msg
ngx-msg
/
src
/
interfaces
/
ngx-msg-position.interface.d.ts
7 lines
(6 loc)
•
111 B
TypeScript
View Raw
1
2
3
4
5
6
7
export interface INgxMsgPosition {
top
: number;
right
: number;
bottom
: number;
left
: number; }