turbodombuilder - v0.9.66
    Preparing search index...

    Type Alias NodeListSlot<EntryType>

    NodeListSlot:
        | TurboNodeList<EntryType>
        | HTMLCollection
        | NodeListOf<EntryType & Node>
        | EntryType

    Type Parameters

    • EntryType extends object = object