16 lines
240 B
Markdown
16 lines
240 B
Markdown
|
---
|
||
|
sidebar_label: FrameAddStyleTagOptions.content
|
||
|
---
|
||
|
|
||
|
# FrameAddStyleTagOptions.content property
|
||
|
|
||
|
Raw CSS content to be injected into the frame.
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
interface FrameAddStyleTagOptions {
|
||
|
content?: string;
|
||
|
}
|
||
|
```
|