# ContentStyles

[**@venuecms/sdk-next**](https://docs.venuecms.com/developers/sdk-next/reference/index)

***

## Type Alias: ContentStyles

```ts
type ContentStyles = Partial<Record<keyof ReturnType<typeof getDefaultHandlers>, string>>;
```

Defined in: [sdk-next/src/components/VenueContent/index.tsx:245](https://github.com/venuecms/sdk/blob/fccd7a6c5d53db66655878a682d412275fbffc69/packages/sdk-next/src/components/VenueContent/index.tsx#L245)
