UNPKG

@ctodev/cclibrary-typings

Version:

Library typings for use with CLARC INFINITY

7 lines (6 loc) 223 B
import { TemplateRef } from '@angular/core'; export declare class InputMaskHTMLElement { templateRef: TemplateRef<any>; inputMaskHTMLElementAddition: string | null; constructor(templateRef: TemplateRef<any>); }