Values_1.TileLayoutStyleSourceThe display options for the layout of tiles on a sheet.
type nonrec t = {gutter : GutterStyle.t option;The gutter settings that apply between tiles.
*)margin : MarginStyle.t option;The margin settings that apply around the outside edge of sheets.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `Boolean of Values_0.Boolean.t ]) list ])
list ]