UNPKG

@syncfusion/ej2-inputs

Version:

A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users.

15 lines (14 loc) 467 B
import { TestHelper } from '@syncfusion/ej2-base/helpers/e2e'; export declare class maskedtextboxHelper extends TestHelper { id: string; wrapperFn: Function; constructor(id: string, wrapperFn: Function); selector(arg: any): any; getElement(): any; getWrapperElement(): any; getInputElement(): any; getFocusElement(): any; getClearIconElement(): any; getFloatLabelElement(): any; setModel(property: any, value: any): any; }