fbredius/storybook

View on GitHub
examples/cra-ts-kitchen-sink/.storybook/preview.ts

Summary

Maintainability
A
0 mins
Test Coverage
export const parameters = {
  options: {
    brandTitle: 'CRA TypeScript Kitchen Sink',
    brandUrl: 'https://github.com/storybookjs/storybook/tree/master/examples/cra-ts-kitchen-sink',
  },
};