---
url: /api/platforms/email/src/interfaces/EmailCssOptions.md
---
[pantoken-root](../../../../index.md) / [platforms/email/src](../index.md) / EmailCssOptions

# Interface: EmailCssOptions

Experimental

Options for filtering component CSS for email output.

## Properties

### client?

> `optional` **client?**: [`EmailClient`](../type-aliases/EmailClient.md)

Experimental

Client capability profile. Defaults to `generic`.

***

### allowComponents?

> `optional` **allowComponents?**: readonly `string`\[]

Experimental

Component names to allow in addition to the default email-safe set.

***

### denyComponents?

> `optional` **denyComponents?**: readonly `string`\[]

Experimental

Component names to remove even when they are in the default or custom allowlist.
