UNPKG

@testing-library/react-native

Version:

Simple and complete React Native testing utilities that encourage good testing practices.

4 lines (3 loc) 201 B
import type { TestInstance } from 'test-renderer'; export declare function isEditableTextInput(instance: TestInstance): boolean; export declare function getTextInputValue(instance: TestInstance): any;