mirror of
https://github.com/dzeiocom/components.git
synced 2025-04-23 03:12:14 +00:00
8 lines
146 B
JavaScript
8 lines
146 B
JavaScript
import '../src/general.styl'
|
|
import './mockNextRouter'
|
|
|
|
export const parameters = {
|
|
layout: 'centered',
|
|
actions: { argTypesRegex: '^on.*' }
|
|
}
|