Skip to content

Commit ab2129d

Browse files
authored
ReactDOMStyle.t: add gap prop (#86)
1 parent 78893fb commit ab2129d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ReactDOMStyle.res

+1
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ external make: (
192192
~flexWrap: string=?,
193193
~justifyContent: string=?,
194194
~order: string=?,
195+
~gap: string=?,
195196
~textDecorationColor: /* Text Decoration Level 3 - CR */
196197
/* textDecoration - already defined by CSS2Properties */
197198
string=?,

0 commit comments

Comments
 (0)