UNPKG

ngx-dynamic-dashboard

Version:
8 lines (7 loc) 166 B
export declare class Message { id: number; content: string; style: string; dismissed: boolean; constructor(content: any, id: any, style?: any); }