reactlynx-testing-library / GetByRole
type GetByRole<T>: (container: HTMLElement, role: ByRoleMatcher, options?: ByRoleOptions) => T;
T
HTMLElement