fbredius/storybook

View on GitHub
docs/snippets/common/storybook-preview-decorator-params-example.js.mdx

Summary

Maintainability
Test Coverage
```js
// .storybook/preview.js

export const decorators = [
  // Your decorators go here
];

export const parameters = {
  // Your parameters go here
};

```