UNPKG

@testing-library/react-native

Version:

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

4 lines (3 loc) 211 B
import type { ReactTestInstance } from 'react-test-renderer'; import type { UserEventInstance } from './setup'; export declare function clear(this: UserEventInstance, element: ReactTestInstance): Promise<void>;