meo-canvas - v8.0.0
    Preparing search index...

    Interface StillContent

    Single-page content: elements, drawn once.

    The page props are never here so that naming one alongside static children is a compile error rather than a silently ignored request. resolvePageCount rejects the same combination at runtime, which is the half that catches untyped callers.

    interface StillContent {
        children?: Children | Children[];
        duration?: undefined;
        fps?: undefined;
        pages?: undefined;
    }
    Index
    children?: Children | Children[]

    The tree to draw.

    duration?: undefined

    Not available on a still render — see the note above.

    fps?: undefined

    Not available on a still render — see the note above.

    pages?: undefined

    Not available on a still render — see the note above.