UNPKG

react-native-easy-calendar

Version:

Customizable, easy-to-use, performant calendar components for React Native

9 lines (8 loc) 262 B
import { by, element } from 'detox'; declare class App { scrollView: ReturnType<typeof element>; scrollDownTo: (calendar: ReturnType<typeof by>) => void; scrollUpTo: (calendar: ReturnType<typeof by>) => void; constructor(); } export default App;