create-bar-project
Version:
This module helps create a base for web application projects.
11 lines (8 loc) • 384 B
JavaScript
// import { addDecorator } from '@storybook/react';
// import { withThemesProvider } from 'storybook-addon-styled-component-theme';
// import { defaultTheme, oppositeTheme } from '@bar/ui-kit/src/Theme';
// const themes = [defaultTheme, oppositeTheme];
// addDecorator(withThemesProvider(themes));
export const parameters = {
actions: { argTypesRegex: '^on[A-Z].*' },
};