How can I prevent import of specific component of a library?
I am using Chakra-UI component library and have to create a wrapper <Select>
component, since we want to have a custom arrow icon.
Of course the wrapper component has be used for the whole project. Therefore I want to prevent an import of the Chakra-UI <Select>
.
What could be the solution for this?
1593 views