Skip to content

Commit 0b16ac8

Browse files
docs: add property to inline content (#2470)
1 parent ba03b7d commit 0b16ac8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/content/docs/features/blocks/inline-content.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,10 @@ type Styles = {
108108
* @default "default"
109109
*/
110110
textColor: string;
111+
/**
112+
* Whether the text is code.
113+
* @default false
114+
*/
115+
code: boolean;
111116
};
112117
```

0 commit comments

Comments
 (0)