Builder for unified document layout blocks.
Summary
Types
@type t() :: %PaperForge.Flow{blocks: [PaperForge.Layout.Block.t()]}
Functions
@spec custom( t(), (PaperForge.Page.t(), PaperForge.PageContext.t() -> PaperForge.Page.t()), keyword() ) :: t()
@spec keep_together(t(), (t() -> t()) | PaperForge.Layout.Block.t()) :: t()
@spec new() :: t()