UNPKG

@testing-library/react-native

Version:

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

3 lines (2 loc) 154 B
import type { ReactTestInstance } from 'react-test-renderer'; export declare function getTextContent(element: ReactTestInstance | string | null): string;