diff --git a/types/storybook__addon-a11y/index.d.ts b/types/storybook__addon-a11y/index.d.ts index 7e7ac3b89e..fa82d44867 100644 --- a/types/storybook__addon-a11y/index.d.ts +++ b/types/storybook__addon-a11y/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for @storybook/addon-a11y 3.3 +// Type definitions for @storybook/addon-a11y 5.0 // Project: https://github.com/storybooks/storybook // Definitions by: HyunSeob // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped @@ -6,4 +6,5 @@ import { StoryDecorator } from '@storybook/react'; -export const checkA11y: StoryDecorator; +export const checkA11y: StoryDecorator; // Deprecated +export const withA11y: StoryDecorator;