UNPKG

systelab-components-test

Version:

Widgets to be use in the E2E Tests based in Protractor

5 lines (4 loc) 127 B
import { Widget } from './widget'; export declare class RadioButton extends Widget { isSelected(): Promise<boolean>; }