Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Remove errant export of GetByRoleMatcher, fixing type checking i…
…n some TS configurations (#575) * Remove errant export of GetByRoleMatcher Mixing export type with export = matchers can throw off TypeScript in some configurations. We do not need to export the matcher as a separate type, since the argument types are available in the matcher already. * import type for ARIARole --------- Co-authored-by: Ernesto García <ernesto@ernesto.dev>
- Loading branch information