UNPKG

ember-bootstrap-toasts-manager

Version:

Ember-addon that provides a simple mechanism for interaction with user using toasts.

10 lines (9 loc) 200 B
export interface ToastOptions { title?: string; message?: string; messageSecondary?: string; isClosable?: boolean; showHeader?: boolean; showBody?: boolean; hideToastTimeout?: number; }