John Cowen 1704ce55fc ui: Storybook Install (#9049)
* ui: Install storybook into the main project

* Add a basic story for a notice

* Remove empty dependencies
2020-11-03 14:11:36 +00:00

5 lines
93 B
JavaScript

export const parameters = {
actions: { argTypesRegex: '^on[A-Z].*' },
layout: 'padded'
}