reactlynx-testing-library / queryByAttribute
function queryByAttribute( attribute: string, container: HTMLElement, id: Matcher, options?: MatcherOptions): null | HTMLElement
attribute
string
container
HTMLElement
id
Matcher
options
MatcherOptions
null | HTMLElement
null
index.d.ts:1186