{this.props.id} text
{this.props.id} text
(propName: keyof P, propValue?: Partial
, options?: { exactObjectMatch: boolean }): any; 21 | 22 | withProps
(props: Partial
, options?: { exactObjectMatch: boolean }): any;
23 |
24 | withKey(key: string): any;
25 |
26 | findReact(selector: string): Selector;
27 | }
28 | }
29 |
30 | export function ReactSelector(selector: string): Selector
31 |
32 | export function waitForReact(timeout?: number, testController?: any): Promise