Replies: 1 comment
-
Hello @vantu98, as you try to extend/ replace the So your type would look like this: const ItemList: React.FC<MenuListProps> = /* ... */ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm making a custom select component with
react-infinite-scroll-component
and don't know to how defined type of custom componente.g
ItemList .tsx
thanks
Beta Was this translation helpful? Give feedback.
All reactions