UNPKG

@skyux-sdk/testing

Version:

This library was generated with [Nx](https://nx.dev).

7 lines (6 loc) 264 B
import axe from 'axe-core'; import { SkyA11yAnalyzerConfig } from './a11y-analyzer-config'; export declare abstract class SkyA11yAnalyzer { private static analyzer; static run(element?: axe.ElementContext, config?: SkyA11yAnalyzerConfig): Promise<void>; }