reactlynx-testing-library / queries / QueryByBoundAttribute
type QueryByBoundAttribute<T>: (container: HTMLElement, id: Matcher, options?: MatcherOptions) => T | null;
T
HTMLElement