UNPKG

@storybook/addon-a11y

Version:

Test component compliance with web accessibility standards

6 lines (5 loc) 231 B
import { AnyFramework, DecoratorFunction } from '@storybook/csf'; export { PARAM_KEY } from './constants'; export * from './highlight'; export * from './params'; export declare const withA11y: DecoratorFunction<AnyFramework>;