Within my collection of Stencil JS web components, I have two distinct libraries - library-a and library-b. These are not complete applications, but rather separate npm packages containing various components.
I am interested in incorporating certain components from library-a into library-b. How can I successfully import these components from A into B?
While the documentation for StencilJS provides some guidance on imports, it does not specifically address this particular scenario.