<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [VueCSSClasses](./x-components.vuecssclasses.md)

## VueCSSClasses type

Union type containing supported Vue dynamic classes.

**Signature:**

```typescript
export type VueCSSClasses = string | Dictionary<boolean> | (string | Dictionary<boolean>)[];
```
