UNPKG

@fradev/ng-snotify

Version:
15 lines (14 loc) 346 B
/** * 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; }