StylesSearch: PropertySearch<StyleKey, StyleValue | null>

Search criteria for checking if style properties are present in an element. You can use an array of style property names to check only if the styles are present, or an object to search for specific values. Use null for the value if you only care about the presence of a style property.