Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addon-a11y: Export parameter types #16128

Merged
merged 1 commit into from
Sep 23, 2021
Merged

Addon-a11y: Export parameter types #16128

merged 1 commit into from
Sep 23, 2021

Commits on Sep 22, 2021

  1. [addon-a11y] Export types of params

    In order to match addon-a11y's options in our automated a11y testing suite, I'd like to use the same types.
    
    Workaround:
    
    ```ts
    import type {A11yParameters} from '@storybook/addon-a11y/dist/ts3.9/params';
    ```
    
    Not sure my PR shows the correct way to do this, or if there are other existing workarounds – I'd appreciate some advice!
    kaelig committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    797b7df View commit details
    Browse the repository at this point in the history