UNPKG

@storybook/addon-a11y

Version:

Test component compliance with web accessibility standards

10 lines (9 loc) 252 B
/// <reference types="react" /> import { Result } from 'axe-core'; import { RuleType } from '../A11YPanel'; interface ItemProps { item: Result; type: RuleType; } export declare const Item: (props: ItemProps) => JSX.Element; export {};