UNPKG

226 BTypeScriptView Raw
1import { AnyFramework, DecoratorFunction } from '@storybook/csf';
2export { PARAM_KEY } from './constants';
3export * from './highlight';
4export * from './params';
5export declare const withA11y: DecoratorFunction<AnyFramework>;