The ComponentProps Type

Leverage the internal React ComponentProps type to handle dynamic component attributes.

In order to handle relevant attribute polymorphic props, what we need to do is to leverage the React.ComponentPropsWithoutRef type, as shown below.

Get hands-on with 1200+ tech skills courses.