UNPKG

@ctodev/cclibrary-typings

Version:

Library typings for use with CLARC INFINITY

6 lines (5 loc) 174 B
import { TemplateRef } from '@angular/core'; export declare class InputMaskHTMLElement { templateRef: TemplateRef<any>; constructor(templateRef: TemplateRef<any>); }