UNPKG

@storybook/addon-a11y

Version:

Test component compliance with web accessibility standards

13 lines (12 loc) 306 B
import { ElementContext, Spec, RunOptions } from 'axe-core'; export interface Setup { element?: ElementContext; config: Spec; options: RunOptions; } export interface A11yParameters { element?: ElementContext; config?: Spec; options?: RunOptions; manual?: boolean; }