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