UNPKG

@ctodev/cclibrary-typings

Version:

Library typings for use with CLARC INFINITY

12 lines (11 loc) 317 B
import { TccInputMask } from '../../../../models/inputMask.model'; export declare class TccElementHintComponent { /** * type init for the hint. */ set hintType(type: TccInputMask.notificationType); hintMessage: string; showHintMessage: boolean; typeClass: string; typeIcon: string; }