UNPKG

react-spotify-iframe

Version:

lightweight library for Spotify iframe interactions

15 lines (13 loc) 278 B
/** @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;