UNPKG

@ctodev/cclibrary-typings

Version:

Library typings for use with CLARC INFINITY

13 lines (12 loc) 441 B
import { displayElement } from '../../tcc-abstract-display-element'; import { TccInputMask } from '../../../../models/inputMask.model'; export declare class TccEmptySpaceComponent extends displayElement { _element: TccInputMask.DisplayElement; _getValue(): any; refresh(): void; verify(): boolean; focus(): void; protected changeElement(): void; protected onSetElement(): void; protected onSetForm(): void; }