UNPKG

rn-inkpad

Version:

<img src="https://res.cloudinary.com/fercloudinary/image/upload/v1715452841/packages/inkpad-banner_acl0xl.png" />

4 lines (3 loc) 283 B
import React from 'react'; import { NavigationItemProps } from '../../types'; export declare const NavigationItem: ({ item, highlightedBgColor, iconColor, iconSize, selected, selectedColor, selectedheight, textColor, textStyle, onPress, }: NavigationItemProps) => React.JSX.Element;