UNPKG

@ctodev/cclibrary-typings

Version:

Library typings for use with CLARC INFINITY

16 lines (15 loc) 688 B
import { TccRegisterMessageService } from '../../services/tcc-register-message/tcc-register-message-service'; import { MatDialog } from '@angular/material/dialog'; export declare class TccMessageHubComponent { private registerMessageService; dialog: MatDialog; constructor(registerMessageService: TccRegisterMessageService, dialog: MatDialog); messageHubStyle: any; set width(width: number); fullScreen: boolean; fullHeight: boolean; messages$: import("@angular/core").Signal<import("../../services/tcc-register-message/tcc-register-message-service").TccRegisterMessage.message[]>; alerticon: string; iconClick(): void; messageClick(): void; }