UNPKG

ngx-msg

Version:

Angular notification component

7 lines (6 loc) 219 B
import { INgxMsgOptions } from "../interfaces/ngx-msg-options.interface"; export declare class NgxMsgConfigService implements INgxMsgOptions { position: number; visibleTime: number; closeOnClick: boolean; }