[@johanneslumpe/styled-props](../README.md) > ["utils/lists-and-counters/listStyle"](../modules/_utils_lists_and_counters_liststyle_.md) > [ListStyleProps](../interfaces/_utils_lists_and_counters_liststyle_.liststyleprops.md)

# Interface: ListStyleProps

## Type parameters
#### T 
## Hierarchy

**ListStyleProps**

## Index

### Properties

* [style$ListStyle](_utils_lists_and_counters_liststyle_.liststyleprops.md#style_liststyle)

---

## Properties

<a id="style_liststyle"></a>

###  style$ListStyle

**● style$ListStyle**: *`T`*

*Defined in [utils/lists-and-counters/listStyle.ts:12](https://github.com/johanneslumpe/styled-props/blob/8e709f1/src/utils/lists-and-counters/listStyle.ts#L12)*

The **`list-style`** CSS property is a shorthand to set list style properties `list-style-type`, `list-style-image`, and `list-style-position`.

*__see__*: [https://developer.mozilla.org/docs/Web/CSS/list-style](https://developer.mozilla.org/docs/Web/CSS/list-style)

___

