@fradev/ng-snotify
Version:
Angular 2+ notifications center
15 lines (14 loc) • 346 B
TypeScript
/**
* Toast position
*/
export declare class SnotifyPosition {
static leftTop: string;
static leftCenter: string;
static leftBottom: string;
static rightTop: string;
static rightCenter: string;
static rightBottom: string;
static centerTop: string;
static centerCenter: string;
static centerBottom: string;
}