Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions .storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,8 @@ import {withTheme, withLang} from './decorators';
export const decorators = [withTheme, withLang];

export const parameters = {
actions: {argTypesRegex: '^on[A-Z].*'},
controls: {
matchers: {
color: /(background|color)$/i,
date: /Date$/,
},
},
controls: {disable: true},
actions: {disable: true},
};

export const globalTypes = {
Expand Down Expand Up @@ -37,4 +32,4 @@ export const globalTypes = {
],
},
},
}
};
Loading