UNPKG

bitcitawebfrontlib-ibsalut

Version:

Angular CLI project used by other Angular projects in the bitcita web project.<br />

18 lines (17 loc) 570 B
export declare class BitMessage { title: string; message: string; width: number; height: number; modal: boolean; severity: string; masInfo?: string; json: boolean; static WIDTH: number; static INFO: string; static WARN: string; static ERROR: string; constructor(title: string, message: string, width?: number, height?: number, modal?: boolean, severity?: string, //info, warn, error masInfo?: string, json?: boolean); static newMessage(title: any, message: any, severity?: any): BitMessage; }