搜索文档
reactlynx-testing-library / queries / QueryByBoundAttribute
type QueryByBoundAttribute<T>: (container: HTMLElement, id: Matcher, options?: MatcherOptions) => T | null;
T
HTMLElement
container
id
Matcher
options
MatcherOptions
T | null
null
index.d.ts:1122