Skip to main content
Version: 1.x

@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;