Skip to main content
Version: 2.x

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