Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React Native - MaterialCommunityIcons typescript definition for icon name

I'm trying to find out the type definitions for the icon name of MaterialCommunityIcons, since i am intending to use it for props.

like image 259
Paolo Vincent Avatar asked Mar 24 '26 05:03

Paolo Vincent


1 Answers

React.ComponentProps<typeof MaterialCommunityIcons>['name']
like image 60
Paolo Vincent Avatar answered Mar 25 '26 21:03

Paolo Vincent