UNPKG

@empoleon/solid-dropzone

Version:
19 lines (15 loc) 382 B
import type { Preview } from 'storybook-solidjs-vite'; import "./theme.css"; const preview: Preview = { parameters: { // automatically create action args for all props that start with "on" actions: { argTypesRegex: '^on.*' }, controls: { matchers: { color: /(background|color)$/i, date: /Date$/, }, }, } }; export default preview;