搜索文档
reactlynx-testing-library / FindAllByText
type FindAllByText<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:492