[@johanneslumpe/styled-props](../README.md) > ["utils/backgrounds-and-borders/boxShadow"](../modules/_utils_backgrounds_and_borders_boxshadow_.md) > [BoxShadowProps](../interfaces/_utils_backgrounds_and_borders_boxshadow_.boxshadowprops.md)

# Interface: BoxShadowProps

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

**BoxShadowProps**

## Index

### Properties

* [style$BoxShadow](_utils_backgrounds_and_borders_boxshadow_.boxshadowprops.md#style_boxshadow)

---

## Properties

<a id="style_boxshadow"></a>

###  style$BoxShadow

**● style$BoxShadow**: *`T`*

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

The **`box-shadow`** CSS property adds shadow effects around an element's frame. You can set multiple effects separated by commas. A box shadow is described by X and Y offsets relative to the element, blur and spread radii, and color.

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

___

