UNPKG

@syncfusion/ej2-calendars

Version:

A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.

18 lines (17 loc) 569 B
import { TestHelper } from '@syncfusion/ej2-base/helpers/e2e'; export declare class timepickerHelper extends TestHelper { id: string; wrapperFn: Function; constructor(id: string, wrapperFn: Function); selector(arg: any): any; getElement(): any; getTimePickerInput(): any; getTimePickerIcon(): any; getTimePickerClearIcon(): any; getTimePicker(): any; getTimePickerContent(): any; getTimePickerListContent(): any; getTimePickerListItem(): any; getTimePickerDisabledTime(): any; getTimePickerSelectedTime(): any; }