UNPKG

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