---
title: "CommonStyle"
description: "The [CommonStyle] is the style all style types must be converted to be resolved by the [StyleResolver]."
type: "interface"
lastmod: "2026-09-24"
---
## API Reference

> Source set: Common

```kotlin
public interface CommonStyle : CustomStyle<CommonStyleScope>
```

The [CommonStyle](/jetpack-compose/androidx.compose.foundation/foundation/functions/CommonStyle/api) is the style all style types must be converted to be resolved by the
[StyleResolver](/jetpack-compose/androidx.compose.foundation/foundation/classes/StyleResolver/api).

## Members

### Companion

> Source set: Common

```kotlin
public companion object : CommonStyle
```
