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