UNPKG

carbon-components-angular

Version:
14 lines (13 loc) 294 B
export interface NotificationContent { type: string; title: string; target?: string; duration?: number; smart?: boolean; closeLabel?: string; message: string; } export interface ToastContent extends NotificationContent { subtitle: string; caption: string; }