Open
Description
The idea is that we can export all types of Clay components with the component name prefix to avoid name conflict. This makes it easy for other developers to extend the types into their own components.
As a temporary solution while we evaluate the priority of this, developers can get the component types using React.ComponentProps
which is also a recommendation for this.
Jira Ticket LPS-188001