UNPKG

@storybook/addon-a11y

Version:

Test component compliance with web accessibility standards

10 lines (9 loc) 284 B
import { FunctionComponent } from 'react'; import { NodeResult } from 'axe-core'; import { RuleType } from '../A11YPanel'; interface ElementsProps { elements: NodeResult[]; type: RuleType; } export declare const Elements: FunctionComponent<ElementsProps>; export {};