UNPKG

@testing-library/react-native

Version:

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

4 lines (3 loc) 236 B
import type { BaseSyntheticEvent } from 'react'; /** Builds base syntentic event stub, with prop values as inspected in RN runtime. */ export declare function baseSyntheticEvent(): Partial<BaseSyntheticEvent<object, unknown, unknown>>;