From 0d7b08b82ac26201143e8f28930077fc7bc16475 Mon Sep 17 00:00:00 2001 From: Emile Rolley Date: Tue, 3 Oct 2023 11:08:06 +0200 Subject: [PATCH] fix: add bullet in Paragraph's options --- src/Paragraph.res | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Paragraph.res b/src/Paragraph.res index 4f2cd09..58f1cba 100644 --- a/src/Paragraph.res +++ b/src/Paragraph.res @@ -5,6 +5,7 @@ type bullet = {level: int} type options = { /* -> To factorize with the v11 record spread notation */ alignment?: AlignmentType.t, + bullet?: bullet, thematicBreak?: bool, contextualSpacing?: bool, rightTabStop?: float,