If you define a fully qualified keyword within a component, how do you reference it from another component?
Have you tried to require the namespace that defines the keyword and then use the keyword in the second namespace using its full name? edit: my point is it shouldn't matter that they're different components
As long as it’s defined in the interface (or sub interface) it will be accessible from other components.