1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 19:44:21 +00:00
bluelib/.storybook/preview.js

8 lines
146 B
JavaScript
Raw Normal View History

2021-08-17 15:45:29 +00:00
import { Bluelib } from "../src/components/Bluelib"
2021-08-14 15:02:47 +00:00
export const parameters = {
2021-08-17 15:45:29 +00:00
actions: {
argTypesRegex: "^on[A-Z][a-z]*$"
2021-08-14 15:02:47 +00:00
},
}