This module uses a Style Producer for producing component styles.
A @ProduceStyle()
-decorated property or method produces a style sheet for the component.
The produces styles are applicable to both shadow DOM, and to component without one.
A Theme
instance available in bootstrap, definition, or component context can be used to produce styles with respect
to configured theme.
Generated using TypeDoc