UNPKG

@testing-library/react-native

Version:

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

4 lines (3 loc) 220 B
import type { ReactTestInstance } from 'react-test-renderer'; export declare function isEditableTextInput(element: ReactTestInstance): boolean; export declare function getTextInputValue(element: ReactTestInstance): any;