UNPKG

@testing-library/react-native

Version:

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

6 lines (5 loc) 226 B
import * as React from 'react'; type CleanUpFunction = (nextElement?: React.ReactElement<any>) => void; export default function cleanup(): void; export declare function addToCleanupQueue(fn: CleanUpFunction): void; export {};