schema-components - v3.7.0
    Preparing search index...
    LitRenderChild: LitRenderProps["renderChild"]

    Build a renderChild closure that delegates back to the orchestrating resolver dispatch. Container renderers (object, array, tuple, record, union, discriminatedUnion, conditional, negation) call this to recursively render their children without re-running the resolver dispatch loop themselves.

    The closure is stored on the parent's render props and forwarded to the resolver render function, mirroring the renderChild signatures on the React and HTML render-props (see core/renderer.ts).