[@johanneslumpe/styled-props](../README.md) > ["test-utils/theme"](../modules/_test_utils_theme_.md)

# External module: "test-utils/theme"

## Index

### Interfaces

* [Breakpoints](../interfaces/_test_utils_theme_.breakpoints.md)
* [DummyValue](../interfaces/_test_utils_theme_.dummyvalue.md)
* [Theme](../interfaces/_test_utils_theme_.theme.md)
* [ThemeWithoutBreakpoints](../interfaces/_test_utils_theme_.themewithoutbreakpoints.md)

### Object literals

* [theme](_test_utils_theme_.md#theme-1)
* [themeWithoutBreakpoints](_test_utils_theme_.md#themewithoutbreakpoints-1)

---

## Object literals

<a id="theme-1"></a>

### `<Const>` theme

**theme**: *`object`*

*Defined in [test-utils/theme.ts:26](https://github.com/johanneslumpe/styled-props/blob/8e709f1/src/test-utils/theme.ts#L26)*

<a id="theme-1.breakpoints-1"></a>

####  breakpoints

**breakpoints**: *`object`*

*Defined in [test-utils/theme.ts:28](https://github.com/johanneslumpe/styled-props/blob/8e709f1/src/test-utils/theme.ts#L28)*

<a id="theme-1.breakpoints-1.large"></a>

####  large

**● large**: *`string`* = "@media (min-width: 50em)"

*Defined in [test-utils/theme.ts:29](https://github.com/johanneslumpe/styled-props/blob/8e709f1/src/test-utils/theme.ts#L29)*

___
<a id="theme-1.breakpoints-1.medium"></a>

####  medium

**● medium**: *`string`* = "@media (min-width: 40em)"

*Defined in [test-utils/theme.ts:30](https://github.com/johanneslumpe/styled-props/blob/8e709f1/src/test-utils/theme.ts#L30)*

___
<a id="theme-1.breakpoints-1.small"></a>

####  small

**● small**: *`string`* = "@media (min-width: 30em)"

*Defined in [test-utils/theme.ts:31](https://github.com/johanneslumpe/styled-props/blob/8e709f1/src/test-utils/theme.ts#L31)*

___

___

___
<a id="themewithoutbreakpoints-1"></a>

### `<Const>` themeWithoutBreakpoints

**themeWithoutBreakpoints**: *`object`*

*Defined in [test-utils/theme.ts:20](https://github.com/johanneslumpe/styled-props/blob/8e709f1/src/test-utils/theme.ts#L20)*

<a id="themewithoutbreakpoints-1.dummy"></a>

####  dummy

**dummy**: *`object`*

*Defined in [test-utils/theme.ts:21](https://github.com/johanneslumpe/styled-props/blob/8e709f1/src/test-utils/theme.ts#L21)*

<a id="themewithoutbreakpoints-1.dummy.value"></a>

####  value

**● value**: *`string`* = "test-value"

*Defined in [test-utils/theme.ts:22](https://github.com/johanneslumpe/styled-props/blob/8e709f1/src/test-utils/theme.ts#L22)*

___

___

___

