Type Alias Selector

Selector: {
    attr?: AttrStr | AttrStr[] | AttrsObj;
    child?: Selector | Selector[];
    tag?: HTMLTag;
}

Represents a selector used to find nodes in an HTML structure.

Type declaration