Sha256: bece27602416508ba946868ad34d09997911016dbd6893fb884633017f74e2c5
Contents?: true
Size: 454 Bytes
Versions: 26
Compression:
Stored size: 454 Bytes
Contents
export function logRoles( container: HTMLElement, options?: LogRolesOptions, ): string interface LogRolesOptions { hidden?: boolean } export function getRoles(container: HTMLElement): { [index: string]: HTMLElement[] } /** * https://testing-library.com/docs/dom-testing-library/api-helpers#isinaccessible */ export function isInaccessible(element: Element): boolean export function computeHeadingLevel(element: Element): number | undefined
Version data entries
26 entries across 26 versions & 1 rubygems