搜索文档
reactlynx-testing-library / FindByText
type FindByText<T>: (container: HTMLElement, id: Matcher, options?: SelectorMatcherOptions, waitForElementOptions?: waitForOptions) => Promise<T>;
T
HTMLElement
container
id
Matcher
options
SelectorMatcherOptions
waitForElementOptions
waitForOptions
Promise<T>
Promise
index.d.ts:550