UNPKG
react-spotify-iframe
Version:
latest (1.0.0)
1.0.0
lightweight library for Spotify iframe interactions
react-spotify-iframe
/
.storybook
/
preview.js
15 lines
(13 loc)
•
278 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/** @
type
{ import(
'@storybook/react'
).Preview } */ const preview = { parameters: { actions: { argTypesRegex:
"^on[A-Z].*"
}, controls: { matchers: { color: /(background|color)$/i,
date
: /Date$/i, }, }, }, };
export
default preview;