Jérémie Astori
2019-03-11 11:42:13 -07:00
committed by Wesley Wigham
parent 9dedb3f3a5
commit ec1e331213
+3 -2
View File
@@ -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 <https://github.com/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;