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