Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
icon: PropTypes.node,
/**
* Size for the icon
*/
iconSize: PropTypes.string,
/**
* Image src url (don't use `image` prop along with `icon` prop)
*/
image: PropTypes.string,
/**
* Props for image component, accept any farmblocks-image prop
*/
imageProps: PropTypes.shape(Image.propTypes),
/**
* Props for children(text) component, accept any farmblocks-text prop
*/
textProps: PropTypes.shape(Text.propTypes),
};
export default NavItem;