react-carousel-query
Version:
A infinite carousel component made with react that handles the pagination for you.
10 lines (9 loc) • 368 B
TypeScript
export function logRoles(container: HTMLElement): string
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