UNPKG

@faroosm/react-native-custom-tabs

Version:
11 lines (10 loc) 244 B
import { Ionicons } from '@expo/vector-icons'; type TabConfig = { name: string; icon: keyof typeof Ionicons.glyphMap; title?: string; }; export declare const CustomTabs: ({ routes }: { routes: TabConfig[]; }) => any; export {};