ngx-msg
Version:
Angular notification component
15 lines (14 loc) • 453 B
TypeScript
export declare class NgxMsgPosition {
static readonly TopRight: number;
static readonly BottomRight: number;
static readonly TopLeft: number;
static readonly BottomLeft: number;
static readonly TopFull: number;
static readonly BottomFull: number;
}
export declare class NgxMsgLevel {
static readonly Success: number;
static readonly Info: number;
static readonly Warning: number;
static readonly Error: number;
}