Search
reactlynx-testing-library / QueryByAttribute
type QueryByAttribute: (attribute: string, container: HTMLElement, id: Matcher, options?: MatcherOptions) => HTMLElement | null;
attribute
string
container
HTMLElement
id
Matcher
options
MatcherOptions
HTMLElement | null
null
index.d.ts:1113