@microsoft/fast-element > ComposableStyles
ComposableStyles type
Represents styles that can be composed into the ShadowDOM of a custom element.
Signature:export declare type ComposableStyles = string | ElementStyles | CSSStyleSheet;
@microsoft/fast-element
v2 is out! 🎉️@microsoft/fast-element > ComposableStyles
Represents styles that can be composed into the ShadowDOM of a custom element.
Signature:export declare type ComposableStyles = string | ElementStyles | CSSStyleSheet;