Skip to main content
Version: 1.x

@microsoft/fast-element > ElementStyleFactory

ElementStyleFactory type

Creates an ElementStyles instance for an array of ComposableStyles.

Signature:
export declare type ElementStyleFactory = (styles: ReadonlyArray<ComposableStyles>) => ElementStyles;