intro.js
    Preparing search index...

    Type Alias ChildDom

    ChildDom:
        | ValidChildDomValue
        | StateView<Primitive | null | undefined>
        | BindingFunc
        | readonly ChildDom[]

    A type representing various possible child DOM values.