rn-inkpad
Version:
<img src="https://res.cloudinary.com/fercloudinary/image/upload/v1715452841/packages/inkpad-banner_acl0xl.png" />
4 lines (3 loc) • 336 B
TypeScript
import React from 'react';
import { BottomTabNavigationProps } from '../../types';
export declare const BottomTabNavigation: ({ backgroundColor, highlightedBgColor, highlightedIconColor, iconColor, iconSize, labelStyle, selectedColor, selectedheight, selectedIndex, textColor, values, }: BottomTabNavigationProps) => React.JSX.Element;