Skip to content

Commit 0627cf1

Browse files
committed
CR: rollback role-helpers.d.ts
1 parent 6d810dd commit 0627cf1

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

types/role-helpers.d.ts

+1-11
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
1-
export function logRoles(
2-
container: HTMLElement,
3-
options?: LogRolesOptions,
4-
): string
5-
6-
type LogRolesOptions = {
7-
hidden?: boolean
8-
}
9-
1+
export function logRoles(container: HTMLElement): string
102
export function getRoles(container: HTMLElement): {
113
[index: string]: HTMLElement[]
124
}
13-
145
/**
156
* https://testing-library.com/docs/dom-testing-library/api-helpers#isinaccessible
167
*/
178
export function isInaccessible(element: Element): boolean
18-
199
export function computeHeadingLevel(element: Element): number | undefined

0 commit comments

Comments
 (0)