UNPKG

react-native-tab-view

Version:
5 lines (4 loc) 186 B
import * as React from 'react'; export default function SceneMap<T extends any>(scenes: { [key: string]: React.ComponentType<T>; }): ({ route, jumpTo, position }: T) => JSX.Element;