搜索文档
reactlynx-testing-library / GetByRole
type GetByRole<T>: (container: HTMLElement, role: ByRoleMatcher, options?: ByRoleOptions) => T;
T
HTMLElement
container
role
ByRoleMatcher
options
ByRoleOptions
index.d.ts:640