<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@thematic/react](./react.md) &gt; [application2style](./react.application2style.md)

## application2style() function

Converts basic Application config to a CSS-compatible object suitable for merging with other styles that will be added to a component.

<b>Signature:</b>

```typescript
export declare function application2style(config: Application): CSSProperties;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  config | Application | the application configuration |

<b>Returns:</b>

CSSProperties

