@microsoft/fast-element > ElementStyleFactory
ElementStyleFactory type
Creates an ElementStyles instance for an array of ComposableStyles.
Signature:export declare type ElementStyleFactory = (styles: ReadonlyArray<ComposableStyles>) => ElementStyles;