ComposableStyles type
@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;
References: ElementStyles