UNPKG

@testing-library/react-native

Version:

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

5 lines (4 loc) 67 B
export interface TextRange { start: number; end: number; }