UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

8 lines (7 loc) 266 B
export declare class AccessibilityTester { /** * Expects an anchor element to be accessible at a point in time * @param element The element to verify anchor accessibility */ static expectIsAccessibleAnchor(element: HTMLAnchorElement): void; }