meo-canvas - v9.0.1
    Preparing search index...

    Type Alias PageBuilder

    PageBuilder: (
        page: PageInfo,
    ) => Children | Children[] | Promise<Children | Children[]>

    Builds the content of one page. May be async.

    Only Root accepts this form — pages exist at the canvas level, so a nested element has no page of its own to describe.

    Type Declaration