UNPKG

@storybook/addon-a11y

Version:

Test component compliance with web accessibility standards

9 lines (8 loc) 211 B
import { Result } from 'axe-core'; import { RuleType } from '../A11YPanel'; interface ItemProps { item: Result; type: RuleType; } export declare const Item: (props: ItemProps) => JSX.Element; export {};