UNPKG

@storybook/addon-a11y

Version:

Test component compliance with web accessibility standards

8 lines (7 loc) 163 B
import React from 'react'; export declare enum RuleType { VIOLATION = 0, PASS = 1, INCOMPLETION = 2 } export declare const A11YPanel: React.FC;