import type { Preview } from '@storybook/react' import '../lib/style-new.css' const preview: Preview = { parameters: { controls: { matchers: { color: /(background|color)$/i, date: /Date$/i, }, }, options: { storySort: { order: ['*', 'Current web'], }, }, }, } export default preview