UNPKG

@testing-library/react-native

Version:

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

7 lines (6 loc) 229 B
import type { JsonNode } from 'test-renderer'; type JsonPropsMapper = { [key: string]: unknown; }; export declare function mapJsonProps<T extends JsonNode | JsonNode[] | null>(node: T, mapper: JsonPropsMapper): T; export {};