mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-03-01 12:44:28 +00:00
12 lines
215 B
TypeScript
12 lines
215 B
TypeScript
// eslint-disable-next-line import-x/no-unassigned-import
|
|
import './storybook.css'
|
|
|
|
export const parameters = {
|
|
controls: {
|
|
matchers: {
|
|
color: /(background|color)$/i,
|
|
date: /Date$/i,
|
|
},
|
|
},
|
|
}
|