mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
12 lines
212 B
JavaScript
12 lines
212 B
JavaScript
|
import '../src/stylesGlobal/styles.css'
|
||
|
|
||
|
export const parameters = {
|
||
|
actions: { argTypesRegex: '^on[A-Z].*' },
|
||
|
controls: {
|
||
|
matchers: {
|
||
|
color: /(background|color)$/i,
|
||
|
date: /Date$/
|
||
|
}
|
||
|
}
|
||
|
}
|