norma-library
Version:
Olos/Norma-DS. Design System based on Material UI, developed with TypeScript and Styled Components to create reusable and consistent components in web applications.
21 lines (18 loc) • 349 B
text/typescript
import type { Preview } from '@storybook/react';
const preview: Preview = {
parameters: {
docs: {
source: {
type: 'code'
}
},
actions: { argTypesRegex: '^on[A-Z].*' },
controls: {
matchers: {
color: /(background|color)$/i,
date: /Date$/i,
},
},
},
};
export default preview;