Skip to content

Commit 49648f5

Browse files
Update docs/guides/configuration.md
1 parent 1a66857 commit 49648f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guides/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ Use the [`defaultStyles`](api/config/default-styles.md) property to set default
256256
The [`defaultStyles`](api/config/default-styles.md) property has the following type signature:
257257

258258
~~~jsx {}
259-
defaultStyles?: {
259+
defaultStyles?: boolean | {
260260
"*"?: { // applies to all blocks; sets common properties for every block
261261
"font-family"?: string; // "Roboto"| "Arial" | "Georgia" | "Tahoma" | "Times New Roman" | "Verdana"
262262
"font-size"?: string; // "12px" | "14px" | "16px" | "18px" | "20px" | "24px" | "28px" | "32px" | "36px"

0 commit comments

Comments
 (0)