Search
reactlynx-testing-library / queries / QueryByRole
type QueryByRole<T>: (container: HTMLElement, role: ByRoleMatcher, options?: ByRoleOptions) => T | null;
T
HTMLElement
container
role
ByRoleMatcher
options
ByRoleOptions
T | null
null
index.d.ts:1140