@unep-wcmc/icca-mapeo-mobile-intro-screens
Version:
Intro screens for Mapeo Mobile for the WCMC ICCA registration app
11 lines (10 loc) • 393 B
TypeScript
import * as React from 'react';
import Animated from 'react-native-reanimated';
import { Route } from 'react-native-tab-view';
declare const _default: React.MemoExoticComponent<({ position, routes, jumpTo, onPressNext, }: {
position: Animated.Node<number>;
routes: Route[];
jumpTo: (index: number) => void;
onPressNext: () => void;
}) => JSX.Element>;
export default _default;