UNPKG

@testing-library/react-native

Version:

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

6 lines (5 loc) 194 B
import { MapPropsFunction } from './format'; /** * Preserve props that are helpful in diagnosing test failures, while stripping rest */ export declare const defaultMapProps: MapPropsFunction;