UNPKG

ng2-yk-notifier

Version:
12 lines (11 loc) 365 B
export declare class NotifierOptions { animate?: 'flyRight' | 'flyLeft' | 'rotate' | 'scale' | 'fade'; clickToClose?: boolean; maxStack?: number; pauseOnHover?: boolean; position?: ['top' | 'bottom', 'right' | 'left' | 'center']; notifierLife?: number; titleClass?: string; messageClass?: string; constructor(options: Object); }