13 lines
No EOL
302 B
TypeScript
13 lines
No EOL
302 B
TypeScript
import openReplayProvider from './openReplayDecorator';
|
|
import '../app/styles/index.scss';
|
|
|
|
export default {
|
|
actions: { argTypesRegex: '^on[A-Z].*' },
|
|
controls: {
|
|
matchers: {
|
|
color: /(background|color)$/i,
|
|
date: /Date$/,
|
|
},
|
|
},
|
|
};
|
|
export const decorators = [openReplayProvider] |