Skip to content

Commit

Permalink
feat: update preview.js with 'overrideParams' for customization
Browse files Browse the repository at this point in the history
  • Loading branch information
robherba committed Sep 11, 2024
1 parent 6bd43dc commit 728e50e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions whisk/config/emulsify-core/storybook/preview.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
// Import project stylesheets just for Storybook.
// import '../../../dist/css/style.css';
// By default, 'overrideParams' is an empty object.
// Modify this variable to override the default Storybook preview configuration.
const overrideParams = {};

module.exports = { overrideParams };

0 comments on commit 728e50e

Please sign in to comment.